diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-21 10:13:22 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-21 10:13:22 +0000 |
commit | 998b43b88fae990e65fb7366aea0d6ed4728ee7c (patch) | |
tree | e0d708d49f5ee5f4edafba4d5768531fef423ebe /dev-util/re2c | |
parent | stable amd64 (diff) | |
download | gentoo-2-998b43b88fae990e65fb7366aea0d6ed4728ee7c.tar.gz gentoo-2-998b43b88fae990e65fb7366aea0d6ed4728ee7c.tar.bz2 gentoo-2-998b43b88fae990e65fb7366aea0d6ed4728ee7c.zip |
stable amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util/re2c')
-rw-r--r-- | dev-util/re2c/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.9.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 9de4e732e750..5aefd85b9c21 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.18 2005/12/28 00:55:05 robbat2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.19 2006/01/21 10:13:22 blubb Exp $ + + 21 Jan 2006; Simon Stelling <blubb@gentoo.org> re2c-0.9.9.ebuild: + stable on amd64 *re2c-0.9.11 (28 Dec 2005) diff --git a/dev-util/re2c/re2c-0.9.9.ebuild b/dev-util/re2c/re2c-0.9.9.ebuild index 7815e98c532c..2f42866f0aff 100644 --- a/dev-util/re2c/re2c-0.9.9.ebuild +++ b/dev-util/re2c/re2c-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/re2c/re2c-0.9.9.ebuild,v 1.6 2005/11/26 17:45:33 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.9.ebuild,v 1.7 2006/01/21 10:13:22 blubb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" IUSE="" RDEPEND="virtual/libc" |