Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/shellinabox/
Date: Fri, 27 Nov 2015 01:16:49
Message-Id: 1448586763.331ea1b89ee08a704ad8f4c51d5d008c26873625.monsieurp@gentoo
1 commit: 331ea1b89ee08a704ad8f4c51d5d008c26873625
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 26 23:29:19 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 01:12:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331ea1b8
7
8 www-misc/shellinabox: Stable for ppc+ppc64. Fixes bug 566718.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 www-misc/shellinabox/shellinabox-2.18.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-misc/shellinabox/shellinabox-2.18.ebuild b/www-misc/shellinabox/shellinabox-2.18.ebuild
17 index 4fa793e..d8f3e66 100644
18 --- a/www-misc/shellinabox/shellinabox-2.18.ebuild
19 +++ b/www-misc/shellinabox/shellinabox-2.18.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}"