Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-rsh/
Date: Wed, 28 Dec 2016 18:29:24
Message-Id: 1482949755.0df5680883b50fbead216c5b10b592f153c40811.grobian@gentoo
1 commit: 0df5680883b50fbead216c5b10b592f153c40811
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 18:21:53 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 18:29:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df56808
7
8 net-misc/netkit-rsh: add Prefix keywords
9
10 Package-Manager: portage-2.2.28-prefix
11
12 net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
16 index 328015a..2bd2df1 100644
17 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
18 +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
24 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
25 IUSE="pam"
26
27 RDEPEND=">=sys-libs/ncurses-5.2
28 @@ -46,7 +46,7 @@ src_prepare() {
29
30 src_configure() {
31 tc-export CC
32 - ./configure $(usex pam '' '--without-pam') || die
33 + ${CONFIG_SHELL:-/bin/sh} ./configure $(usex pam '' '--without-pam') || die
34
35 sed -i \
36 -e "s:-pipe -O2:${CFLAGS}:" \