diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-10-03 06:17:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-10-03 06:17:19 +0000 |
commit | fe21bd22270490f1fdf3c7e856a985f54ad058de (patch) | |
tree | 01ec234e61e1ca5c99807345b0de466d55e0d22c /dev-util | |
parent | Apply Fedora patches including fixes and backports for bluez-4 (diff) | |
download | gentoo-2-fe21bd22270490f1fdf3c7e856a985f54ad058de.tar.gz gentoo-2-fe21bd22270490f1fdf3c7e856a985f54ad058de.tar.bz2 gentoo-2-fe21bd22270490f1fdf3c7e856a985f54ad058de.zip |
added missing 'clang' depend (bug #486666 by Charles Marslett)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/include-what-you-use/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/include-what-you-use/ChangeLog b/dev-util/include-what-you-use/ChangeLog index e1f51e9d46c6..468eb6d384eb 100644 --- a/dev-util/include-what-you-use/ChangeLog +++ b/dev-util/include-what-you-use/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/include-what-you-use # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v 1.1 2013/09/27 09:54:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/ChangeLog,v 1.2 2013/10/03 06:17:19 slyfox Exp $ + + 03 Oct 2013; Sergei Trofimovich <slyfox@gentoo.org> + include-what-you-use-3.3-r1.ebuild: + added missing 'clang' depend (bug #486666 by Charles Marslett) *include-what-you-use-3.3-r1 (27 Sep 2013) diff --git a/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild index 8d6a4650d435..e85cf07fe3e3 100644 --- a/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild,v 1.1 2013/09/27 09:54:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild,v 1.2 2013/10/03 06:17:19 slyfox Exp $ EAPI=5 inherit eutils cmake-utils flag-o-matic @@ -14,7 +14,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="=sys-devel/llvm-3.3*" +RDEPEND="=sys-devel/llvm-3.3* + =sys-devel/clang-3.3*" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} |