Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/shellinabox/
Date: Sat, 19 Dec 2015 07:39:39
Message-Id: 1450510753.4987f896014a9c102212648cfb54f061eb6c303c.jer@gentoo
1 commit: 4987f896014a9c102212648cfb54f061eb6c303c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 07:39:13 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 07:39:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4987f896
7
8 www-misc/shellinabox: Stable for PPC64 (bug #567316).
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --ignore-arches
12
13 www-misc/shellinabox/shellinabox-2.19.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-misc/shellinabox/shellinabox-2.19.ebuild b/www-misc/shellinabox/shellinabox-2.19.ebuild
17 index 4fa793e..5c5fa6c 100644
18 --- a/www-misc/shellinabox/shellinabox-2.19.ebuild
19 +++ b/www-misc/shellinabox/shellinabox-2.19.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="amd64 ~ppc ppc64 ~x86"
26 IUSE="+ssl +pam"
27
28 RDEPEND="${DEPEND}"