diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-20 23:06:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-20 23:13:50 +0200 |
commit | 4e0ad94e4fbef8c4fd1b2fb75c88029bac0ed7e4 (patch) | |
tree | d09c682c9d714094ac84b6960abfe56ea540c274 /sys-devel/lld | |
parent | dev-python/lit: x86 stable (bug #742974) (diff) | |
download | gentoo-4e0ad94e4fbef8c4fd1b2fb75c88029bac0ed7e4.tar.gz gentoo-4e0ad94e4fbef8c4fd1b2fb75c88029bac0ed7e4.tar.bz2 gentoo-4e0ad94e4fbef8c4fd1b2fb75c88029bac0ed7e4.zip |
sys-devel/lld: x86 stable (bug #742974)
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-10.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-10.0.1.ebuild b/sys-devel/lld/lld-10.0.1.ebuild index 218627076c3a..d0fb4d618576 100644 --- a/sys-devel/lld/lld-10.0.1.ebuild +++ b/sys-devel/lld/lld-10.0.1.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |