summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-29 13:56:08 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-29 13:56:42 +0200
commitc18ff2aa95d6bff4fc6d4376a0f24b9a42f1e609 (patch)
tree5abdd79edd54711d3ae5d20815d4583795181689 /app-text/opensp
parentnet-analyzer/nrpe: new version 3.2.1. (diff)
downloadgentoo-c18ff2aa95d6bff4fc6d4376a0f24b9a42f1e609.tar.gz
gentoo-c18ff2aa95d6bff4fc6d4376a0f24b9a42f1e609.tar.bz2
gentoo-c18ff2aa95d6bff4fc6d4376a0f24b9a42f1e609.zip
app-text/opensp: Fix libnsl depstring
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-text/opensp')
-rw-r--r--app-text/opensp/opensp-1.5.2-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/opensp/opensp-1.5.2-r4.ebuild b/app-text/opensp/opensp-1.5.2-r4.ebuild
index 7f61783c8937..9ca36741d8cf 100644
--- a/app-text/opensp/opensp-1.5.2-r4.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r4.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE="doc nls static-libs test"
RDEPEND="
- || ( <sys-libs/glibc-2.26[rpc] net-libs/libnsl )
+ || ( net-libs/libnsl <sys-libs/glibc-2.26 )
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )