diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-05 20:32:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-05 20:32:49 +0000 |
commit | 720e594e54636505a9388c665c7157fec76f8a91 (patch) | |
tree | 7c31b61e9329b92ee49577d7494de1bf20d2d11c /dev-util/ccache | |
parent | Add myself explicitly to metadata (diff) | |
download | gentoo-2-720e594e54636505a9388c665c7157fec76f8a91.tar.gz gentoo-2-720e594e54636505a9388c665c7157fec76f8a91.tar.bz2 gentoo-2-720e594e54636505a9388c665c7157fec76f8a91.zip |
stable ppc ppc64, bug #441308
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ccache/ccache-3.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog index 93a07aaad02e..ce7c204841c9 100644 --- a/dev-util/ccache/ChangeLog +++ b/dev-util/ccache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ccache # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.101 2012/11/04 20:22:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.102 2012/11/05 20:32:49 blueness Exp $ + + 05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> ccache-3.1.8.ebuild: + stable ppc ppc64, bug #441308 04 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.8.ebuild: Stable for amd64, wrt bug #441308 diff --git a/dev-util/ccache/ccache-3.1.8.ebuild b/dev-util/ccache/ccache-3.1.8.ebuild index 95d1a3f24df2..fecaed0ffd85 100644 --- a/dev-util/ccache/ccache-3.1.8.ebuild +++ b/dev-util/ccache/ccache-3.1.8.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/dev-util/ccache/ccache-3.1.8.ebuild,v 1.3 2012/11/04 20:22:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.8.ebuild,v 1.4 2012/11/05 20:32:49 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="sys-libs/zlib" |