diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-16 10:12:56 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-16 10:12:56 +0000 |
commit | 5c38106f2f85d9c600f5e27572f0a4344e3a5cdc (patch) | |
tree | 9335052b1dd9c3dd0d4d615776fb24ddc288d917 /dev-util/byacc | |
parent | Stable for amd64, wrt bug #361221 (diff) | |
download | gentoo-2-5c38106f2f85d9c600f5e27572f0a4344e3a5cdc.tar.gz gentoo-2-5c38106f2f85d9c600f5e27572f0a4344e3a5cdc.tar.bz2 gentoo-2-5c38106f2f85d9c600f5e27572f0a4344e3a5cdc.zip |
Stable for x86, wrt bug #429052
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/byacc/byacc-20120526.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index 8da8ead8f7d7..6e61870f57ca 100644 --- a/dev-util/byacc/ChangeLog +++ b/dev-util/byacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/byacc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.45 2012/08/07 13:30:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.46 2012/08/16 10:12:56 johu Exp $ + + 16 Aug 2012; Johannes Huber <johu@gentoo.org> byacc-20120526.ebuild: + Stable for x86, wrt bug #429052 07 Aug 2012; Jeroen Roovers <jer@gentoo.org> byacc-20120526.ebuild: Stable for HPPA (bug #429052). diff --git a/dev-util/byacc/byacc-20120526.ebuild b/dev-util/byacc/byacc-20120526.ebuild index bd4b2705a04b..1e48285a634c 100644 --- a/dev-util/byacc/byacc-20120526.ebuild +++ b/dev-util/byacc/byacc-20120526.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/byacc/byacc-20120526.ebuild,v 1.5 2012/08/07 13:30:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20120526.ebuild,v 1.6 2012/08/16 10:12:56 johu Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README ) |