commit: 0df5680883b50fbead216c5b10b592f153c40811 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Dec 28 18:21:53 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Dec 28 18:29:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df56808
net-misc/netkit-rsh: add Prefix keywords Package-Manager: portage-2.2.28-prefix net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild | 4 ++-- 1 file 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 328015a..2bd2df1 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}:" \
