diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-24 16:31:06 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-24 17:45:16 -0700 |
commit | e6117c7da0c3d0356c423014a5aa6fa1a74df5a0 (patch) | |
tree | ecd8b531069b37e10f889ffc0cd628fd71dae7c0 /sys-devel | |
parent | dev-libs/libclc: Drop ppc keywords (diff) | |
download | gentoo-e6117c7da0c3d0356c423014a5aa6fa1a74df5a0.tar.gz gentoo-e6117c7da0c3d0356c423014a5aa6fa1a74df5a0.tar.bz2 gentoo-e6117c7da0c3d0356c423014a5aa6fa1a74df5a0.zip |
sys-devel/clang: Drop ppc/ppc64 keywords
Bug: https://bugs.gentoo.org/613732
Bug: https://bugs.gentoo.org/613734
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-3.5.2-r100.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.6.2-r100.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.7.1-r100.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.8.1-r100.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/clang/clang-3.5.2-r100.ebuild b/sys-devel/clang/clang-3.5.2-r100.ebuild index 16255a698b4b..1f619041343a 100644 --- a/sys-devel/clang/clang-3.5.2-r100.ebuild +++ b/sys-devel/clang/clang-3.5.2-r100.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.5" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" diff --git a/sys-devel/clang/clang-3.6.2-r100.ebuild b/sys-devel/clang/clang-3.6.2-r100.ebuild index 11af57606690..dcd7e7ec340a 100644 --- a/sys-devel/clang/clang-3.6.2-r100.ebuild +++ b/sys-devel/clang/clang-3.6.2-r100.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.6" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild b/sys-devel/clang/clang-3.7.1-r100.ebuild index 05a021bb331d..dcdb8288e28a 100644 --- a/sys-devel/clang/clang-3.7.1-r100.ebuild +++ b/sys-devel/clang/clang-3.7.1-r100.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.7" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]" diff --git a/sys-devel/clang/clang-3.8.1-r100.ebuild b/sys-devel/clang/clang-3.8.1-r100.ebuild index 9156b23532bc..c7f38a2b99d8 100644 --- a/sys-devel/clang/clang-3.8.1-r100.ebuild +++ b/sys-devel/clang/clang-3.8.1-r100.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.8" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]" |