diff options
author | Johannes Huber <johu@gentoo.org> | 2012-06-01 23:16:47 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-06-01 23:16:47 +0000 |
commit | cf2e08ff16e749a7b4608ddf9072585d5c839f5e (patch) | |
tree | c63a089f35d41c08b05a5411f5e4ee63102b351c /dev-util/ccache/ccache-3.1.7.ebuild | |
parent | Stable for x86, wrt bug #418985 (diff) | |
download | gentoo-2-cf2e08ff16e749a7b4608ddf9072585d5c839f5e.tar.gz gentoo-2-cf2e08ff16e749a7b4608ddf9072585d5c839f5e.tar.bz2 gentoo-2-cf2e08ff16e749a7b4608ddf9072585d5c839f5e.zip |
Stable for x86, wrt bug #418945
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/ccache/ccache-3.1.7.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-3.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-3.1.7.ebuild b/dev-util/ccache/ccache-3.1.7.ebuild index c4ca763d9438..4a345af5e7cf 100644 --- a/dev-util/ccache/ccache-3.1.7.ebuild +++ b/dev-util/ccache/ccache-3.1.7.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.7.ebuild,v 1.1 2012/01/08 19:44:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.7.ebuild,v 1.2 2012/06/01 23:16:47 johu Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz" 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" |