app-office/calcurse: remove pointless multilib code
authorMike Gilbert <floppym@gentoo.org>
Thu, 12 Mar 2020 20:31:30 +0000 (16:31 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 12 Mar 2020 20:49:19 +0000 (16:49 -0400)
Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
app-office/calcurse/calcurse-4.4.0.ebuild

index 4448627c9e4289ed1015c48055073b6a040eebc1..aed85d935654e98c22859c49a7d1fc2332a6217d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils multilib-minimal
+inherit autotools eutils
 
 DESCRIPTION="a text-based calendar and scheduling application"
 HOMEPAGE="https://calcurse.org/"
@@ -31,15 +31,3 @@ src_prepare() {
        default
        eautoreconf
 }
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-       multilib-minimal_src_compile
-}
-
-src_install() {
-       multilib-minimal_src_install
-}