diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-03-14 14:00:21 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-03-14 14:00:21 +0000 |
commit | 9fcf65729e84252630282b029408aa8a7e9ba8b6 (patch) | |
tree | 30fb1143d5fcf7302633e224f65947e27b57aff4 /profiles/arch | |
parent | arm stable, bug #530652 (diff) | |
download | gentoo-2-9fcf65729e84252630282b029408aa8a7e9ba8b6.tar.gz gentoo-2-9fcf65729e84252630282b029408aa8a7e9ba8b6.tar.bz2 gentoo-2-9fcf65729e84252630282b029408aa8a7e9ba8b6.zip |
Force llvm[static-analyzer] as needed for clang, in clang profile. Cleanup packages.build. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/45 by nigoro.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64-fbsd/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/arch/amd64-fbsd/clang/package.use.force | 4 | ||||
-rw-r--r-- | profiles/arch/amd64-fbsd/clang/packages.build | 45 |
3 files changed, 10 insertions, 47 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog index 7e1cd9bb6f93..9afa296a2f3c 100644 --- a/profiles/arch/amd64-fbsd/ChangeLog +++ b/profiles/arch/amd64-fbsd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for Gentoo/x86-fbsd profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.64 2015/02/08 16:29:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.65 2015/03/14 14:00:21 mgorny Exp $ + + 14 Mar 2015; Michał Górny <mgorny@gentoo.org> clang/package.use.force, + clang/packages.build: + Force llvm[static-analyzer] as needed for clang, in clang profile. Cleanup + packages.build. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/45 + by nigoro. 08 Feb 2015; Michał Górny <mgorny@gentoo.org> +clang/eapi, +clang/make.defaults, +clang/package.use.force, +clang/package.use.mask, diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force b/profiles/arch/amd64-fbsd/clang/package.use.force index 292dc8d0a1da..1998221a171d 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.force +++ b/profiles/arch/amd64-fbsd/clang/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/package.use.force,v 1.1 2015/02/08 16:29:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/package.use.force,v 1.2 2015/03/14 14:00:21 mgorny Exp $ # Force building libc++ over libcxxrt. sys-libs/libcxx libcxxrt @@ -14,4 +14,4 @@ sys-libs/libcxx static-libs abi_x86_32 net-misc/curl ssl curl_ssl_openssl # We obviously need clang -sys-devel/llvm clang +sys-devel/llvm clang static-analyzer diff --git a/profiles/arch/amd64-fbsd/clang/packages.build b/profiles/arch/amd64-fbsd/clang/packages.build index a7192022f680..e2c6247d7015 100644 --- a/profiles/arch/amd64-fbsd/clang/packages.build +++ b/profiles/arch/amd64-fbsd/clang/packages.build @@ -1,53 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/packages.build,v 1.1 2015/02/08 16:29:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/clang/packages.build,v 1.2 2015/03/14 14:00:21 mgorny Exp $ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. -# Please do not move perl before baselayout doing so will break lib -> lib64 -# symlinks on systems that use them. - -app-arch/bzip2 -app-arch/gzip -dev-libs/openssl -app-arch/libarchive -app-shells/bash -net-misc/rsync -net-misc/wget -sys-devel/autoconf -sys-devel/automake -sys-devel/libtool -sys-apps/openrc -sys-apps/baselayout -sys-apps/diffutils -sys-apps/file -sys-apps/findutils -sys-apps/gawk -sys-apps/grep -sys-apps/less -sys-apps/portage -sys-apps/sed -sys-devel/binutils -sys-devel/bison -sys-devel/flex -sys-devel/gcc -dev-libs/libiconv -sys-devel/gettext -sys-devel/gnuconfig -sys-devel/make -sys-devel/patch -virtual/editor -virtual/libc -virtual/os-headers -sys-freebsd/freebsd-mk-defs -sys-freebsd/freebsd-lib -sys-freebsd/freebsd-libexec -sys-freebsd/freebsd-bin -sys-freebsd/freebsd-sbin -sys-freebsd/freebsd-ubin -sys-freebsd/freebsd-usbin -sys-freebsd/freebsd-contrib sys-devel/llvm sys-devel/clang sys-libs/libcxx |