diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-12-27 14:54:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-12-27 14:54:40 +0000 |
commit | 83027c65ec9c1985fdc75e6bf9d944dd578eafe0 (patch) | |
tree | a336b64dc183e23747a4eb35dad6bd3e8270b40a /dev-util | |
parent | Update/fix dependencies. (diff) | |
download | gentoo-2-83027c65ec9c1985fdc75e6bf9d944dd578eafe0.tar.gz gentoo-2-83027c65ec9c1985fdc75e6bf9d944dd578eafe0.tar.bz2 gentoo-2-83027c65ec9c1985fdc75e6bf9d944dd578eafe0.zip |
Stable for HPPA (bug #495658).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ccache/ccache-3.1.9-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog index 187d1f991ffa..6f58cbf39730 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.126 2013/10/21 21:40:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.127 2013/12/27 14:54:40 jer Exp $ + + 27 Dec 2013; Jeroen Roovers <jer@gentoo.org> ccache-3.1.9-r3.ebuild: + Stable for HPPA (bug #495658). *ccache-3.1.9-r3 (21 Oct 2013) diff --git a/dev-util/ccache/ccache-3.1.9-r3.ebuild b/dev-util/ccache/ccache-3.1.9-r3.ebuild index 1a556ddb3a01..c6a8dcd9d430 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 # 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.1 2013/10/21 21:40:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9-r3.ebuild,v 1.2 2013/12/27 14:54:40 jer 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" |