diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-01 16:31:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-01 16:31:34 +0000 |
commit | f1906d790462a939009f64baa5f1dd2c0becf017 (patch) | |
tree | 21869c6cacec43ff820971d5321d2c566d9fa52c /dev-util/byacc | |
parent | Version bump to 1.9 series (diff) | |
download | gentoo-2-f1906d790462a939009f64baa5f1dd2c0becf017.tar.gz gentoo-2-f1906d790462a939009f64baa5f1dd2c0becf017.tar.bz2 gentoo-2-f1906d790462a939009f64baa5f1dd2c0becf017.zip |
Stable for HPPA (bug #502802).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/byacc/byacc-20140101.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index 6f05718678a9..19aeebe7a21e 100644 --- a/dev-util/byacc/ChangeLog +++ b/dev-util/byacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/byacc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.83 2014/01/26 12:13:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.84 2014/03/01 16:31:34 jer Exp $ + + 01 Mar 2014; Jeroen Roovers <jer@gentoo.org> byacc-20140101.ebuild: + Stable for HPPA (bug #502802). 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> byacc-20130925.ebuild: Stable for sparc, wrt bug #495656 diff --git a/dev-util/byacc/byacc-20140101.ebuild b/dev-util/byacc/byacc-20140101.ebuild index 6467f6329d2c..4d5aa5e24a75 100644 --- a/dev-util/byacc/byacc-20140101.ebuild +++ b/dev-util/byacc/byacc-20140101.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140101.ebuild,v 1.1 2014/01/02 06:16:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140101.ebuild,v 1.2 2014/03/01 16:31:34 jer Exp $ EAPI=5 @@ -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" DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README ) |