summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/byacc/ChangeLog5
-rw-r--r--dev-util/byacc/byacc-1.9-r2.ebuild4
-rw-r--r--dev-util/yacc/ChangeLog5
-rw-r--r--dev-util/yacc/yacc-1.9.1-r4.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog
index 919e564d5e0a..d306812fb59e 100644
--- a/dev-util/byacc/ChangeLog
+++ b/dev-util/byacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/byacc
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.18 2008/10/22 19:36:12 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.19 2008/10/23 18:23:16 maekke Exp $
+
+ 23 Oct 2008; Markus Meier <maekke@gentoo.org> byacc-1.9-r2.ebuild:
+ amd64/x86 stable, bug #232005
22 Oct 2008; Ferris McCormick <fmccor@gentoo.org> byacc-1.9-r2.ebuild:
Fix quoting problems to make repoman be quiet.
diff --git a/dev-util/byacc/byacc-1.9-r2.ebuild b/dev-util/byacc/byacc-1.9-r2.ebuild
index 7b36ec400a63..b30bff6e7310 100644
--- a/dev-util/byacc/byacc-1.9-r2.ebuild
+++ b/dev-util/byacc/byacc-1.9-r2.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/byacc/byacc-1.9-r2.ebuild,v 1.3 2008/10/22 19:36:12 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r2.ebuild,v 1.4 2008/10/23 18:23:16 maekke Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
IUSE=""
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog
index e417586551a0..e7b5f04050d9 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.20 2008/10/22 19:32:13 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.21 2008/10/23 18:20:02 maekke Exp $
+
+ 23 Oct 2008; Markus Meier <maekke@gentoo.org> yacc-1.9.1-r4.ebuild:
+ amd64/x86 stable, bug #232005
22 Oct 2008; Ferris McCormick <fmccor@gentoo.org> yacc-1.9.1-r4.ebuild:
Sparc stable, part of Security 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 53d50cd03871..8e4b9dab011e 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.2 2008/10/22 19:32:13 fmccor Exp $
+# $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 $
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=""