app-text/opensp: Fix libnsl depstring

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Andreas K. Hüttel
2017-09-29 13:56:08 +02:00
parent a4af659e27
commit c18ff2aa95

View 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 )