diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:27:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:27:01 +0000 |
commit | fdd24c1123882e1b829fdfc5607d4e836f37b006 (patch) | |
tree | 318ed93fc3a9682c140f36fcd0d53dc11cdc1d3e /dev-util/ccache | |
parent | amd64 stable, bug #495660 (diff) | |
download | gentoo-2-fdd24c1123882e1b829fdfc5607d4e836f37b006.tar.gz gentoo-2-fdd24c1123882e1b829fdfc5607d4e836f37b006.tar.bz2 gentoo-2-fdd24c1123882e1b829fdfc5607d4e836f37b006.zip |
amd64 stable, bug #495658
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/ccache/ccache-3.1.9-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog index 7e4301f01c8f..89877cfbf6b2 100644 --- a/dev-util/ccache/ChangeLog +++ b/dev-util/ccache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ccache -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.128 2013/12/29 17:34:32 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.129 2014/01/12 20:27:01 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> ccache-3.1.9-r3.ebuild: + amd64 stable, bug #495658 29 Dec 2013; Markus Meier <maekke@gentoo.org> ccache-3.1.9-r3.ebuild: arm stable, bug #495658 diff --git a/dev-util/ccache/ccache-3.1.9-r3.ebuild b/dev-util/ccache/ccache-3.1.9-r3.ebuild index f99aa3d1024a..e7e31c830249 100644 --- a/dev-util/ccache/ccache-3.1.9-r3.ebuild +++ b/dev-util/ccache/ccache-3.1.9-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9-r3.ebuild,v 1.3 2013/12/29 17:34:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9-r3.ebuild,v 1.4 2014/01/12 20:27:01 pacho 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/zlib" |