Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Mon, 26 Mar 2018 03:55:59
Message-Id: 1522036537.193ed38011c0eeb253113b06bf34af2bfec253e4.mattst88@gentoo
1 commit: 193ed38011c0eeb253113b06bf34af2bfec253e4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 03:55:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 03:55:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193ed380
7
8 app-shells/autojump-22.5.1: added ~mips
9
10 app-shells/autojump/autojump-22.5.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild
14 index 01c828b05a7..3b234c08f3c 100644
15 --- a/app-shells/autojump/autojump-22.5.1.ebuild
16 +++ b/app-shells/autojump/autojump-22.5.1.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
18
19 LICENSE="GPL-3"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
22 +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
23 IUSE="ipython test"
24 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"