diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 14:22:56 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 14:22:56 +0300 |
commit | f7e99eae5fae647af7d6889a40a92484999afd0b (patch) | |
tree | c72ac0483dcab800bd95b380c4149128dd7e7d9e /sys-devel/clang-common | |
parent | sys-devel/lld: amd64 stable wrt bug #674068 (diff) | |
download | gentoo-f7e99eae5fae647af7d6889a40a92484999afd0b.tar.gz gentoo-f7e99eae5fae647af7d6889a40a92484999afd0b.tar.bz2 gentoo-f7e99eae5fae647af7d6889a40a92484999afd0b.zip |
sys-devel/clang-common: amd64 stable wrt bug #674068
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sys-devel/clang-common')
-rw-r--r-- | sys-devel/clang-common/clang-common-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-common/clang-common-7.1.0.ebuild b/sys-devel/clang-common/clang-common-7.1.0.ebuild index 75b0a841d99a..4a8cc4a49363 100644 --- a/sys-devel/clang-common/clang-common-7.1.0.ebuild +++ b/sys-devel/clang-common/clang-common-7.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" PDEPEND="sys-devel/clang:*" |