diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-03-12 16:31:30 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-03-12 16:49:19 -0400 |
commit | bfc4bf9b32261f03f828a080ac72c0e0a0ed0502 (patch) | |
tree | 26483a5de98cdd1a276d219a73a9e5dda57c1a54 /app-office/calcurse | |
parent | sci-geosciences/gpsbabel: Add live ebuild, tested with git master (diff) | |
download | gentoo-bfc4bf9b32261f03f828a080ac72c0e0a0ed0502.tar.gz gentoo-bfc4bf9b32261f03f828a080ac72c0e0a0ed0502.tar.bz2 gentoo-bfc4bf9b32261f03f828a080ac72c0e0a0ed0502.zip |
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@gentoo.org>
Diffstat (limited to 'app-office/calcurse')
-rw-r--r-- | app-office/calcurse/calcurse-4.4.0.ebuild | 16 |
1 files 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 -} |