summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-03-12 16:31:30 -0400
committerMike Gilbert <floppym@gentoo.org>2020-03-12 16:49:19 -0400
commitbfc4bf9b32261f03f828a080ac72c0e0a0ed0502 (patch)
tree26483a5de98cdd1a276d219a73a9e5dda57c1a54 /app-office
parentsci-geosciences/gpsbabel: Add live ebuild, tested with git master (diff)
downloadgentoo-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')
-rw-r--r--app-office/calcurse/calcurse-4.4.0.ebuild16
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
-}