projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c69c05
)
net-misc/netkit-rsh: fix inverted USE=pam logic #574850
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 17 Feb 2016 15:56:52 +0000
(10:56 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 17 Feb 2016 16:03:52 +0000
(11:03 -0500)
net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
patch
|
blob
|
history
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 459b4ba58383e7835655eb6f93f6d09ec3ee68c9..cc9f33ae29eac03660e911cf74205f0a1c7ac295 100644
(file)
--- 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 $(use
x pam '' '--without-pam'
) || die
sed -i \
-e "s:-pipe -O2:${CFLAGS}:" \