diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 01:32:06 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 02:05:26 +0200 |
commit | 07b7683d5106f548aaf7e4cd287355d762c35dfe (patch) | |
tree | 8927c5013c89ef3399ba0ede0be0b04be3cdfa81 /sys-devel | |
parent | media-libs/libbs2b: x86 stable (bug #667394) (diff) | |
download | gentoo-07b7683d5106f548aaf7e4cd287355d762c35dfe.tar.gz gentoo-07b7683d5106f548aaf7e4cd287355d762c35dfe.tar.bz2 gentoo-07b7683d5106f548aaf7e4cd287355d762c35dfe.zip |
sys-devel/lld: x86 stable (bug #667168)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-6.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-6.0.1.ebuild b/sys-devel/lld/lld-6.0.1.ebuild index f797ef986a5f..62faa28cf428 100644 --- a/sys-devel/lld/lld-6.0.1.ebuild +++ b/sys-devel/lld/lld-6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm64 x86 ~amd64-fbsd" IUSE="test" RESTRICT="!test? ( test )" |