diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-12-16 20:42:34 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-12-16 20:42:34 +0000 |
commit | 6bb8b8bce8a16ba5db57a2984d702a392376a444 (patch) | |
tree | 1e8b50ac59554a634224fb51e88a8132c820d73f /dev-util | |
parent | Fix for Prefix (diff) | |
download | gentoo-2-6bb8b8bce8a16ba5db57a2984d702a392376a444.tar.gz gentoo-2-6bb8b8bce8a16ba5db57a2984d702a392376a444.tar.bz2 gentoo-2-6bb8b8bce8a16ba5db57a2984d702a392376a444.zip |
Apply fix from 2.4-r7 to other 2.4 ~arch builds.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/ccache/ccache-2.4-r6.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ccache/ccache-2.4-r8.ebuild | 6 | ||||
-rw-r--r-- | dev-util/ccache/ccache-2.4-r9.ebuild | 4 |
4 files changed, 15 insertions, 5 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog index d24cd8f47e54..0b0abbdffd5c 100644 --- a/dev-util/ccache/ChangeLog +++ b/dev-util/ccache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ccache # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.71 2010/12/16 12:19:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.72 2010/12/16 20:42:34 robbat2 Exp $ + + 16 Dec 2010; Robin H. Johnson <robbat2@gentoo.org> ccache-2.4-r6.ebuild, + ccache-2.4-r8.ebuild, ccache-2.4-r9.ebuild: + Apply fix from 2.4-r7 to other 2.4 ~arch builds. 16 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> ccache-2.4-r7.ebuild: Make sure not to look for automake since the package does not use automake to diff --git a/dev-util/ccache/ccache-2.4-r6.ebuild b/dev-util/ccache/ccache-2.4-r6.ebuild index 75a3804d8798..fa705146adc9 100644 --- a/dev-util/ccache/ccache-2.4-r6.ebuild +++ b/dev-util/ccache/ccache-2.4-r6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.18 2010/10/19 05:27:48 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.19 2010/12/16 20:42:34 robbat2 Exp $ + +WANT_AUTOMAKE=none # not using automake inherit eutils autotools diff --git a/dev-util/ccache/ccache-2.4-r8.ebuild b/dev-util/ccache/ccache-2.4-r8.ebuild index 72aa868556e1..2e7b592bcdd7 100644 --- a/dev-util/ccache/ccache-2.4-r8.ebuild +++ b/dev-util/ccache/ccache-2.4-r8.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r8.ebuild,v 1.1 2008/09/30 06:39:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r8.ebuild,v 1.2 2010/12/16 20:42:34 robbat2 Exp $ + +WANT_AUTOMAKE=none # not using automake inherit eutils autotools multilib diff --git a/dev-util/ccache/ccache-2.4-r9.ebuild b/dev-util/ccache/ccache-2.4-r9.ebuild index 5cafb2966152..10426b9dffdd 100644 --- a/dev-util/ccache/ccache-2.4-r9.ebuild +++ b/dev-util/ccache/ccache-2.4-r9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r9.ebuild,v 1.1 2010/11/19 07:54:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r9.ebuild,v 1.2 2010/12/16 20:42:34 robbat2 Exp $ + +WANT_AUTOMAKE=none # not using automake inherit eutils autotools multilib |