Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Sun, 30 Aug 2015 20:47:45
Message-Id: 1440966086.7b93ca2df3092f426d81b95e180281da60613e3a.monsieurp@gentoo
1 commit: 7b93ca2df3092f426d81b95e180281da60613e3a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 19:56:55 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 20:21:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b93ca2d
7
8 app-shells/autojump: Keyword for ppc+ppc64.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-shells/autojump/autojump-22.2.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/autojump/autojump-22.2.4.ebuild b/app-shells/autojump/autojump-22.2.4.ebuild
17 index 1e19667..dc79dce 100644
18 --- a/app-shells/autojump/autojump-22.2.4.ebuild
19 +++ b/app-shells/autojump/autojump-22.2.4.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> $
21
22 LICENSE="GPL-3"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
26 IUSE="bash-completion python test zsh-completion"
27
28 # Not all tests pass. Need investigation.