diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 10:46:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 10:46:40 +0000 |
commit | b7cafe5abf532d7c3d8ecfaea510d3bc5e2d9b23 (patch) | |
tree | 9c7934df7fa39ba62684dd5ebb1b9620193b5941 /dev-util/byacc | |
parent | Stable for x86, wrt bug #493094 (diff) | |
download | gentoo-2-b7cafe5abf532d7c3d8ecfaea510d3bc5e2d9b23.tar.gz gentoo-2-b7cafe5abf532d7c3d8ecfaea510d3bc5e2d9b23.tar.bz2 gentoo-2-b7cafe5abf532d7c3d8ecfaea510d3bc5e2d9b23.zip |
Stable for x86, wrt bug #495656
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/byacc/byacc-20130925.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index 3a073e2be45b..9d5f4c004260 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.77 2014/01/03 19:54:38 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.78 2014/01/05 10:46:40 ago Exp $ + + 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> byacc-20130925.ebuild: + Stable for x86, wrt bug #495656 03 Jan 2014; Chema Alonso <nimiux@gentoo.org> byacc-20130925.ebuild: Stable for amd64 wrt bug #495656 diff --git a/dev-util/byacc/byacc-20130925.ebuild b/dev-util/byacc/byacc-20130925.ebuild index ef3131b1e748..be286b8ee445 100644 --- a/dev-util/byacc/byacc-20130925.ebuild +++ b/dev-util/byacc/byacc-20130925.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-20130925.ebuild,v 1.4 2014/01/03 19:54:38 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20130925.ebuild,v 1.5 2014/01/05 10:46:40 ago 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 ) |