Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Fri, 06 Apr 2018 11:05:31
Message-Id: 1523012708.a141c7a7e644a89cd5e57d99aa4c813c8c8ef9d8.grobian@gentoo
1 commit: a141c7a7e644a89cd5e57d99aa4c813c8c8ef9d8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 11:01:58 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:05:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a141c7a7
7
8 app-shells/autojump: marked ~x64-macos, bug #650848
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-shells/autojump/autojump-22.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild
16 index 3b234c08f3c..a5865f7617f 100644
17 --- a/app-shells/autojump/autojump-22.5.1.ebuild
18 +++ b/app-shells/autojump/autojump-22.5.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
30 +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x64-macos"
31 IUSE="ipython test"
32 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"