summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 06:08:59 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:33 +0100
commit3a5ea004f0b6b01a43550112f31e983eb9e4df42 (patch)
tree1f3920721670a9e80766497d6578205809bbbb6c /dev-libs
parentdev-libs/mathjax: eutils-- (diff)
downloadgentoo-3a5ea004f0b6b01a43550112f31e983eb9e4df42.tar.gz
gentoo-3a5ea004f0b6b01a43550112f31e983eb9e4df42.tar.bz2
gentoo-3a5ea004f0b6b01a43550112f31e983eb9e4df42.zip
dev-libs/popt: eutils->epatch in old
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/popt/popt-1.16-r2.ebuild7
-rw-r--r--dev-libs/popt/popt-1.18.ebuild1
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/popt/popt-1.16-r2.ebuild b/dev-libs/popt/popt-1.16-r2.ebuild
index b97a1597e36b..e79a8d71fd52 100644
--- a/dev-libs/popt/popt-1.16-r2.ebuild
+++ b/dev-libs/popt/popt-1.16-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils multilib-minimal libtool ltprune
+
+inherit epatch multilib-minimal libtool ltprune
DESCRIPTION="Parse Options - Command line parser"
HOMEPAGE="http://rpm5.org/"
@@ -23,7 +24,7 @@ src_prepare() {
}
multilib_src_configure() {
- ECONF_SOURCE=${S} \
+ ECONF_SOURCE="${S}" \
econf \
$(use_enable static-libs static) \
$(use_enable nls)
diff --git a/dev-libs/popt/popt-1.18.ebuild b/dev-libs/popt/popt-1.18.ebuild
index c10902006d52..40d8c55b0881 100644
--- a/dev-libs/popt/popt-1.18.ebuild
+++ b/dev-libs/popt/popt-1.18.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit multilib-minimal libtool
DESCRIPTION="Parse Options - Command line parser"