diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-03 21:34:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-03 21:44:37 +0100 |
commit | ead5929db1367d37a478a202cac1cc42ecb7112b (patch) | |
tree | b6476c81c2e2f69616f1881c1e71bf71833e3f47 /app-emulation/hercules | |
parent | dev-util/visualvm: Fix changed manifest on source tarball (diff) | |
download | gentoo-ead5929db1367d37a478a202cac1cc42ecb7112b.tar.gz gentoo-ead5929db1367d37a478a202cac1cc42ecb7112b.tar.bz2 gentoo-ead5929db1367d37a478a202cac1cc42ecb7112b.zip |
app-emulation/hercules: Links to libnsl, so add dependency
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r-- | app-emulation/hercules/hercules-3.10.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-3.12.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/hercules/hercules-3.10.ebuild b/app-emulation/hercules/hercules-3.10.ebuild index 332b50e1fa09..605f69a08dbb 100644 --- a/app-emulation/hercules/hercules-3.10.ebuild +++ b/app-emulation/hercules/hercules-3.10.ebuild @@ -15,6 +15,7 @@ KEYWORDS="alpha amd64 ppc sparc x86 ~x64-macos ~x86-macos" IUSE="bzip2 custom-cflags +suid" RDEPEND="bzip2? ( app-arch/bzip2 ) + net-libs/libnsl:0 sys-libs/zlib" DEPEND="${RDEPEND}" diff --git a/app-emulation/hercules/hercules-3.12.ebuild b/app-emulation/hercules/hercules-3.12.ebuild index 14e2e8a5fe40..b9b49d82dbf8 100644 --- a/app-emulation/hercules/hercules-3.12.ebuild +++ b/app-emulation/hercules/hercules-3.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x64-macos ~x86-macos" IUSE="bzip2 custom-cflags +suid" RDEPEND="bzip2? ( app-arch/bzip2 ) + net-libs/libnsl:0= sys-libs/zlib" DEPEND="${RDEPEND}" |