diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-08 13:18:25 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-06-08 13:18:25 +0000 |
commit | eb45cbb8a7f82dda915b163a866d0829a15a0878 (patch) | |
tree | 5b413326969725b69f3b4db11b85fa0ec602f14f /sys-devel/llvm | |
parent | Fix icon installation, bug 420093 by Francesco Riosa. Remove broken version. (diff) | |
download | gentoo-2-eb45cbb8a7f82dda915b163a866d0829a15a0878.tar.gz gentoo-2-eb45cbb8a7f82dda915b163a866d0829a15a0878.tar.bz2 gentoo-2-eb45cbb8a7f82dda915b163a866d0829a15a0878.zip |
Enable cpp target by default wrt #418441.
(Portage version: 2.2.0_alpha110_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index e189e3b5306a..fbc985f0f1f6 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.81 2012/06/04 20:26:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.82 2012/06/08 13:18:25 mgorny Exp $ + + 08 Jun 2012; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: + Enable cpp target by default wrt #418441. 04 Jun 2012; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: Depend on binutils[cxx] in the live ebuild as well. diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 409af2f580de..6792ccaa255f 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.32 2012/06/04 20:26:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.33 2012/06/08 13:18:25 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -111,7 +111,7 @@ src_configure() { if use multitarget; then CONF_FLAGS="${CONF_FLAGS} --enable-targets=all" else - CONF_FLAGS="${CONF_FLAGS} --enable-targets=host-only" + CONF_FLAGS="${CONF_FLAGS} --enable-targets=host,cpp" fi if use amd64; then |