diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 14:48:47 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 14:49:01 +0100 |
commit | 9c2df224bf4eff4c7357681ac08d46e93f89875b (patch) | |
tree | 35d26c760552230335a46e7c003b0bb032889866 /dev-libs | |
parent | scripts/bootstrap-prefix: allow resume of stage3 after python-exec (diff) | |
download | prefix-9c2df224bf4eff4c7357681ac08d46e93f89875b.tar.gz prefix-9c2df224bf4eff4c7357681ac08d46e93f89875b.tar.bz2 prefix-9c2df224bf4eff4c7357681ac08d46e93f89875b.zip |
dev-libs/popt: configure actually checks for (lib)iconv
Package-Manager: Portage-2.3.54-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/popt/popt-1.16-r2.ebuild | 8 |
1 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 9b2c7503fc..f35ad620a7 100644 --- a/dev-libs/popt/popt-1.16-r2.ebuild +++ b/dev-libs/popt/popt-1.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,8 +13,10 @@ SLOT="0" KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static-libs" -RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )" -DEPEND="nls? ( sys-devel/gettext )" +RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) + virtual/libiconv" +DEPEND="nls? ( sys-devel/gettext ) + virtual/libiconv" src_prepare() { epatch "${FILESDIR}"/fix-popt-pkgconfig-libdir.patch #349558 |