diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-04-06 13:01:58 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-04-06 13:05:08 +0200 |
commit | a141c7a7e644a89cd5e57d99aa4c813c8c8ef9d8 (patch) | |
tree | fad8890a7a7c3ae2e4438de9a0a6b7124a000570 /app-shells/autojump | |
parent | dev-libs/liblinear: marked ~x64-macos, bug #650848 (diff) | |
download | gentoo-a141c7a7e644a89cd5e57d99aa4c813c8c8ef9d8.tar.gz gentoo-a141c7a7e644a89cd5e57d99aa4c813c8c8ef9d8.tar.bz2 gentoo-a141c7a7e644a89cd5e57d99aa4c813c8c8ef9d8.zip |
app-shells/autojump: marked ~x64-macos, bug #650848
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-shells/autojump')
-rw-r--r-- | app-shells/autojump/autojump-22.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild index 3b234c08f3ce..a5865f7617f0 100644 --- a/app-shells/autojump/autojump-22.5.1.ebuild +++ b/app-shells/autojump/autojump-22.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="ipython test" REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )" |