diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-15 07:10:47 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-15 07:10:47 +0000 |
commit | 4fb565f2172cbdb6b499e0458f7aa5754cdef9d0 (patch) | |
tree | 1b8dfd7a5034e5c1e5d9c9726540cd1ff450245f | |
parent | mips stable (diff) | |
download | gentoo-2-4fb565f2172cbdb6b499e0458f7aa5754cdef9d0.tar.gz gentoo-2-4fb565f2172cbdb6b499e0458f7aa5754cdef9d0.tar.bz2 gentoo-2-4fb565f2172cbdb6b499e0458f7aa5754cdef9d0.zip |
This version doesn't compile with a stable system, and the new version still needs testing before marking it stable
(Portage version: 2.1_pre7-r3)
-rw-r--r-- | dev-util/cccc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cccc/cccc-3.0_pre63.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/cccc/ChangeLog b/dev-util/cccc/ChangeLog index 6402784047ce..7d392f68e782 100644 --- a/dev-util/cccc/ChangeLog +++ b/dev-util/cccc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cccc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/ChangeLog,v 1.7 2006/04/15 06:53:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/ChangeLog,v 1.8 2006/04/15 07:10:47 halcy0n Exp $ + + 15 Apr 2006; Mark Loeser <halcy0n@gentoo.org> cccc-3.0_pre63.ebuild: + This version doesn't compile with a stable system, and the new version still + needs testing before marking it stable *cccc-3.1.4 (15 Apr 2006) diff --git a/dev-util/cccc/cccc-3.0_pre63.ebuild b/dev-util/cccc/cccc-3.0_pre63.ebuild index 8343eae4d725..3de75b3d1d52 100644 --- a/dev-util/cccc/cccc-3.0_pre63.ebuild +++ b/dev-util/cccc/cccc-3.0_pre63.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/cccc-3.0_pre63.ebuild,v 1.5 2004/06/25 02:22:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cccc/cccc-3.0_pre63.ebuild,v 1.6 2006/04/15 07:10:47 halcy0n Exp $ MY_PV="${PV/0_}" S="${WORKDIR}/${PN}-${MY_PV}" @@ -10,7 +10,7 @@ HOMEPAGE="http://cccc.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="" DEPEND="" |