diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-16 17:35:51 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-16 17:48:25 +0200 |
commit | 97e9e44e7a72525d73fcf51ffe07dd9fa2b6be67 (patch) | |
tree | b9ac15636b85a4bf1a00b2720f319dbb9bc05131 /net-libs/libnsl | |
parent | sys-libs/glibc: Dont install the stub libnsl, since it comes without headers ... (diff) | |
download | gentoo-97e9e44e7a72525d73fcf51ffe07dd9fa2b6be67.tar.gz gentoo-97e9e44e7a72525d73fcf51ffe07dd9fa2b6be67.tar.bz2 gentoo-97e9e44e7a72525d73fcf51ffe07dd9fa2b6be67.zip |
net-libs/libnsl: Write the deps differently
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r-- | net-libs/libnsl/libnsl-1.1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/libnsl/libnsl-1.1.0.ebuild b/net-libs/libnsl/libnsl-1.1.0.ebuild index 406e870efff2..77108d56898a 100644 --- a/net-libs/libnsl/libnsl-1.1.0.ebuild +++ b/net-libs/libnsl/libnsl-1.1.0.ebuild @@ -14,7 +14,10 @@ LICENSE="LGPL-2.1+" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="|| ( sys-libs/glibc[rpc(-)] net-libs/libtirpc )" +DEPEND=" + !<sys-libs/glibc-2.26 + net-libs/libtirpc +" RDEPEND=${DEPEND} S=${WORKDIR}/${PN}-${P} |