app-text/opensp: Fix libnsl depstring
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 29 Sep 2017 11:56:08 +0000 (13:56 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 29 Sep 2017 11:56:42 +0000 (13:56 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

app-text/opensp/opensp-1.5.2-r4.ebuild

index 7f61783c89374a727af2c72602b213ac02a145af..9ca36741d8cf4c80f588d2b3955073cca6fa6459 100644 (file)
@@ -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 )