diff options
author | 2017-04-02 20:05:46 +0200 | |
---|---|---|
committer | 2017-04-02 20:05:46 +0200 | |
commit | 64fc7f3c31fe219edb6c2c98eddf3e7fffc6ded4 (patch) | |
tree | 8e8d6e736865a12c72c3e998cc0cd3cbfa67f917 /dev-python | |
parent | sys-libs/llvm-libunwind: amd64 stable wrt bug #607660 (diff) | |
download | gentoo-64fc7f3c31fe219edb6c2c98eddf3e7fffc6ded4.tar.gz gentoo-64fc7f3c31fe219edb6c2c98eddf3e7fffc6ded4.tar.bz2 gentoo-64fc7f3c31fe219edb6c2c98eddf3e7fffc6ded4.zip |
dev-python/lit: x86 stable wrt bug #607660
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lit/lit-3.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-3.9.0.ebuild b/dev-python/lit/lit-3.9.0.ebuild index 5c17c2b9ad61..c0b98f55f1d5 100644 --- a/dev-python/lit/lit-3.9.0.ebuild +++ b/dev-python/lit/lit-3.9.0.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="http://llvm.org/git/llvm.git LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" S=${WORKDIR}/${MY_P}.src/utils/lit |