From: Mike Gilbert Date: Thu, 12 Mar 2020 20:31:30 +0000 (-0400) Subject: app-office/calcurse: remove pointless multilib code X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfc4bf9b32261f03f828a080ac72c0e0a0ed0502;p=gentoo.git app-office/calcurse: remove pointless multilib code Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert --- diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild b/app-office/calcurse/calcurse-4.4.0.ebuild index 4448627c9e42..aed85d935654 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 -}