diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 13:57:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 13:57:42 +0000 |
commit | 5490ac88e66cf3d08ffd0d0720481e43c755a46c (patch) | |
tree | 4dcf92a68240a01c05d47b848d3f981140b2deac /dev-util/re2c | |
parent | Stable for amd64, wrt bug #418897 (diff) | |
download | gentoo-2-5490ac88e66cf3d08ffd0d0720481e43c755a46c.tar.gz gentoo-2-5490ac88e66cf3d08ffd0d0720481e43c755a46c.tar.bz2 gentoo-2-5490ac88e66cf3d08ffd0d0720481e43c755a46c.zip |
Stable for amd64, wrt bug #418963
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/re2c')
-rw-r--r-- | dev-util/re2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.13.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 6864ae5f387e..6d79111dbd36 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.60 2012/02/02 06:50:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.61 2012/08/03 13:57:42 ago Exp $ + + 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> re2c-0.13.5-r1.ebuild: + Stable for amd64, wrt bug #418963 *re2c-0.13.5-r1 (02 Feb 2012) diff --git a/dev-util/re2c/re2c-0.13.5-r1.ebuild b/dev-util/re2c/re2c-0.13.5-r1.ebuild index 0560281528e5..6e8b42bd8e7a 100644 --- a/dev-util/re2c/re2c-0.13.5-r1.ebuild +++ b/dev-util/re2c/re2c-0.13.5-r1.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/re2c/re2c-0.13.5-r1.ebuild,v 1.1 2012/02/02 06:50:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.2 2012/08/03 13:57:42 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="" |