diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-12-28 19:21:53 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-12-28 19:29:15 +0100 |
commit | 0df5680883b50fbead216c5b10b592f153c40811 (patch) | |
tree | 5cc134e51ec4591a6789c6eee81e3d6bd8273fee /net-misc/netkit-rsh | |
parent | dev-util/jenkins-bin: Bump (diff) | |
download | gentoo-0df5680883b50fbead216c5b10b592f153c40811.tar.gz gentoo-0df5680883b50fbead216c5b10b592f153c40811.tar.bz2 gentoo-0df5680883b50fbead216c5b10b592f153c40811.zip |
net-misc/netkit-rsh: add Prefix keywords
Package-Manager: portage-2.2.28-prefix
Diffstat (limited to 'net-misc/netkit-rsh')
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 328015a2befd..2bd2df1a78c4 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="pam" RDEPEND=">=sys-libs/ncurses-5.2 @@ -46,7 +46,7 @@ src_prepare() { src_configure() { tc-export CC - ./configure $(usex pam '' '--without-pam') || die + ${CONFIG_SHELL:-/bin/sh} ./configure $(usex pam '' '--without-pam') || die sed -i \ -e "s:-pipe -O2:${CFLAGS}:" \ |