diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:11:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:19:28 +0100 |
commit | ce390cfec6c937e2724c3cd44ffb13282bdb8179 (patch) | |
tree | 91b2d7facfa19dc1ba847a2e13af37062fa54464 /dev-python/clang-python | |
parent | sys-devel/clang: 6.0.0 tested on ~amd64-fbsd (diff) | |
download | gentoo-ce390cfec6c937e2724c3cd44ffb13282bdb8179.tar.gz gentoo-ce390cfec6c937e2724c3cd44ffb13282bdb8179.tar.bz2 gentoo-ce390cfec6c937e2724c3cd44ffb13282bdb8179.zip |
dev-python/clang-python: 6.0.0 tested on ~amd64-fbsd
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-6.0.0.ebuild b/dev-python/clang-python/clang-python-6.0.0.ebuild index 5ed21cd33b64..4db0c9f8932a 100644 --- a/dev-python/clang-python/clang-python-6.0.0.ebuild +++ b/dev-python/clang-python/clang-python-6.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |