commit: 93e74028aa66fea0c94ccaf8997640d81d2abbd3
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 15:56:52 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 16:03:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e74028
net-misc/netkit-rsh: fix inverted USE=pam logic #574850
net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
index 459b4ba..cc9f33a 100644
--- a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
+++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
@@ -46,7 +46,7 @@ src_prepare() {
src_configure() {
tc-export CC
- ./configure $(use pam && echo --without-pam) || die
+ ./configure $(usex pam '' '--without-pam') || die
sed -i \
-e "s:-pipe -O2:${CFLAGS}:" \