diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-09-03 12:35:54 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-09-03 12:35:54 +0000 |
commit | 85d28163271ffb027801ab4460c0181948d2a359 (patch) | |
tree | 093aaa029503f9f8ab7a8e373520f027c1f0351f /dev-util | |
parent | Sparc stable, Bug #236537. (diff) | |
download | gentoo-2-85d28163271ffb027801ab4460c0181948d2a359.tar.gz gentoo-2-85d28163271ffb027801ab4460c0181948d2a359.tar.bz2 gentoo-2-85d28163271ffb027801ab4460c0181948d2a359.zip |
Sparc stable --- Bug #236487 --- just hit 30 days and test suite is good.
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/re2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.13.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 077b839387d4..76992e99c045 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.49 2008/08/04 17:53:28 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.50 2008/09/03 12:35:54 fmccor Exp $ + + 03 Sep 2008; Ferris McCormick <fmccor@gentoo.org> re2c-0.13.5.ebuild: + Sparc stable --- Bug #236487 --- just hit 30 days and test suite is good. *re2c-0.13.5 (04 Aug 2008) diff --git a/dev-util/re2c/re2c-0.13.5.ebuild b/dev-util/re2c/re2c-0.13.5.ebuild index 6160581bf028..5fe501556f5a 100644 --- a/dev-util/re2c/re2c-0.13.5.ebuild +++ b/dev-util/re2c/re2c-0.13.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild,v 1.1 2008/08/04 17:53:28 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild,v 1.2 2008/09/03 12:35:54 fmccor Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/libc" |