commit:     bfc4bf9b32261f03f828a080ac72c0e0a0ed0502
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 20:31:30 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 20:49:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc4bf9b

app-office/calcurse: remove pointless multilib code

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-office/calcurse/calcurse-4.4.0.ebuild | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0.ebuild
index 4448627c9e4..aed85d93565 100644
--- a/app-office/calcurse/calcurse-4.4.0.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0.ebuild
@@ -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
-}

Reply via email to