summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-08-18 22:55:37 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-08-18 22:55:37 +0000
commit990b21c9520536fe1d6b793a02f91d09fe1fdff8 (patch)
treea6ba41694432fbbb153b6695886a05c0c0a05109 /dev-util/yacc
parentAdd patch from upstream to fix a coredump in some games #102987 by Avuton Olr... (diff)
downloadgentoo-2-990b21c9520536fe1d6b793a02f91d09fe1fdff8.tar.gz
gentoo-2-990b21c9520536fe1d6b793a02f91d09fe1fdff8.tar.bz2
gentoo-2-990b21c9520536fe1d6b793a02f91d09fe1fdff8.zip
Stable on sh.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/yacc')
-rw-r--r--dev-util/yacc/ChangeLog5
-rw-r--r--dev-util/yacc/yacc-1.9.1-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog
index 1908b2cd2f58..ed5579bd4e1b 100644
--- a/dev-util/yacc/ChangeLog
+++ b/dev-util/yacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/yacc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.15 2005/05/07 11:23:04 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.16 2005/08/18 22:55:37 matsuu Exp $
+
+ 18 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> yacc-1.9.1-r2.ebuild:
+ Stable on sh.
07 May 2005; Elfyn McBratney <beu@gentoo.org> yacc-1.9.1-r2.ebuild:
Add a more descriptive, er, DESCRIPTION - bug #85712.
diff --git a/dev-util/yacc/yacc-1.9.1-r2.ebuild b/dev-util/yacc/yacc-1.9.1-r2.ebuild
index 4f7807b16f1d..7a9717c14f18 100644
--- a/dev-util/yacc/yacc-1.9.1-r2.ebuild
+++ b/dev-util/yacc/yacc-1.9.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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-r2.ebuild,v 1.7 2005/05/07 11:23:04 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r2.ebuild,v 1.8 2005/08/18 22:55:37 matsuu 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 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""