diff options
author | 2008-10-23 18:31:49 +0000 | |
---|---|---|
committer | 2008-10-23 18:31:49 +0000 | |
commit | 64208cdcb033c536f9185cacaf313c673e04dc99 (patch) | |
tree | 29188e3f4e0a7855b83adc46a2f240eacde261c0 /dev-util/yacc | |
parent | amd64/x86 stable, bug #242932 (diff) | |
download | gentoo-2-64208cdcb033c536f9185cacaf313c673e04dc99.tar.gz gentoo-2-64208cdcb033c536f9185cacaf313c673e04dc99.tar.bz2 gentoo-2-64208cdcb033c536f9185cacaf313c673e04dc99.zip |
ppc stable, bug #232005
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog index e7b5f04050d9..cb7b0771bdec 100644 --- a/dev-util/yacc/ChangeLog +++ b/dev-util/yacc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/yacc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.21 2008/10/23 18:20:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.22 2008/10/23 18:31:49 dertobi123 Exp $ + + 23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + yacc-1.9.1-r4.ebuild: + ppc stable, bug #232005 23 Oct 2008; Markus Meier <maekke@gentoo.org> yacc-1.9.1-r4.ebuild: amd64/x86 stable, bug #232005 diff --git a/dev-util/yacc/yacc-1.9.1-r4.ebuild b/dev-util/yacc/yacc-1.9.1-r4.ebuild index 8e4b9dab011e..9a823e4d7499 100644 --- a/dev-util/yacc/yacc-1.9.1-r4.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r4.ebuild,v 1.3 2008/10/23 18:20:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r4.ebuild,v 1.4 2008/10/23 18:31:49 dertobi123 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND="" |