diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:08:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:19:26 +0100 |
commit | 793ba3f338e5e3f18cb3c295ff0ed8e90cbba0ac (patch) | |
tree | 93c3d0e4ea87641e2a1cee2a97f9549535cebfd6 /sys-devel/llvm-common | |
parent | dev-util/csup: EAPI 6 bump. (diff) | |
download | gentoo-793ba3f338e5e3f18cb3c295ff0ed8e90cbba0ac.tar.gz gentoo-793ba3f338e5e3f18cb3c295ff0ed8e90cbba0ac.tar.bz2 gentoo-793ba3f338e5e3f18cb3c295ff0ed8e90cbba0ac.zip |
sys-devel/llvm-common: 6.0.0 tested on ~amd64-fbsd
Diffstat (limited to 'sys-devel/llvm-common')
-rw-r--r-- | sys-devel/llvm-common/llvm-common-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm-common/llvm-common-6.0.0.ebuild b/sys-devel/llvm-common/llvm-common-6.0.0.ebuild index 1bc743641801..aaa430e14238 100644 --- a/sys-devel/llvm-common/llvm-common-6.0.0.ebuild +++ b/sys-devel/llvm-common/llvm-common-6.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="!sys-devel/llvm:0" |