From bfc4bf9b32261f03f828a080ac72c0e0a0ed0502 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 12 Mar 2020 16:31:30 -0400 Subject: [PATCH] app-office/calcurse: remove pointless multilib code Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert --- 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 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 -} -- 2.26.2