diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-24 21:52:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-24 21:52:43 +0000 |
commit | 20369a4d3cf6a34ab9ef8415741f9fe4187a122a (patch) | |
tree | 9a5377743679ee3a5a0cd1c58233becda6156813 /dev-util | |
parent | Keyworded ~ppc. Closes bug #240856 (diff) | |
download | gentoo-2-20369a4d3cf6a34ab9ef8415741f9fe4187a122a.tar.gz gentoo-2-20369a4d3cf6a34ab9ef8415741f9fe4187a122a.tar.bz2 gentoo-2-20369a4d3cf6a34ab9ef8415741f9fe4187a122a.zip |
Stable for HPPA (bug #232005).
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/yacc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog index 7bf592cb72d5..020f994ff447 100644 --- a/dev-util/yacc/ChangeLog +++ b/dev-util/yacc/ChangeLog @@ -1,6 +1,9 @@ # 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.23 2008/10/24 09:04:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.24 2008/10/24 21:52:43 jer Exp $ + + 24 Oct 2008; Jeroen Roovers <jer@gentoo.org> yacc-1.9.1-r4.ebuild: + Stable for HPPA (bug #232005). 24 Oct 2008; Raúl Porcel <armin76@gentoo.org> yacc-1.9.1-r4.ebuild: alpha/ia64 stable wrt #232005 diff --git a/dev-util/yacc/yacc-1.9.1-r4.ebuild b/dev-util/yacc/yacc-1.9.1-r4.ebuild index 8420a2ce0eec..e6523c95c10f 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.5 2008/10/24 09:04:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r4.ebuild,v 1.6 2008/10/24 21:52:43 jer 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="" |