diff options
author | 2014-03-19 15:25:43 +0000 | |
---|---|---|
committer | 2014-03-19 15:25:43 +0000 | |
commit | 46be7929c6f086f6b74dbd6724499078ad7e026f (patch) | |
tree | bf0770801ffa818219fa0a743578f29ced114440 /dev-util | |
parent | Stable for alpha, wrt bug #474162 (diff) | |
download | gentoo-2-46be7929c6f086f6b74dbd6724499078ad7e026f.tar.gz gentoo-2-46be7929c6f086f6b74dbd6724499078ad7e026f.tar.bz2 gentoo-2-46be7929c6f086f6b74dbd6724499078ad7e026f.zip |
Stable for alpha, wrt bug #502802
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-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 a64a946a720b..ba9564aee742 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.91 2014/03/12 09:53:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.92 2014/03/19 15:25:43 ago Exp $ + + 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> byacc-20140101.ebuild: + Stable for alpha, wrt bug #502802 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> byacc-20140101.ebuild: Stable for sparc, wrt bug #502802 diff --git a/dev-util/byacc/byacc-20140101.ebuild b/dev-util/byacc/byacc-20140101.ebuild index 739d53779d96..2ec65491555f 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.9 2014/03/12 09:53:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140101.ebuild,v 1.10 2014/03/19 15:25:43 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 ) |