summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2014-03-02 11:49:48 +0000
committerAkinori Hattori <hattya@gentoo.org>2014-03-02 11:49:48 +0000
commitf454330ca72b15e835c86f03e3962b1113c385d0 (patch)
tree263ad6672f312173612ed95bbd6328fea90f1e75 /dev-util
parentAdd EGIT_MIN_CLONE_TYPE to control clone type via ebuilds. (diff)
downloadgentoo-2-f454330ca72b15e835c86f03e3962b1113c385d0.tar.gz
gentoo-2-f454330ca72b15e835c86f03e3962b1113c385d0.tar.bz2
gentoo-2-f454330ca72b15e835c86f03e3962b1113c385d0.zip
ia64 stable wrt bug #502802
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/byacc/ChangeLog5
-rw-r--r--dev-util/byacc/byacc-20140101.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog
index 19aeebe7a21e..61354fb88113 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.84 2014/03/01 16:31:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.85 2014/03/02 11:49:48 hattya Exp $
+
+ 02 Mar 2014; Akinori Hattori <hattya@gentoo.org> byacc-20140101.ebuild:
+ ia64 stable wrt bug #502802
01 Mar 2014; Jeroen Roovers <jer@gentoo.org> byacc-20140101.ebuild:
Stable for HPPA (bug #502802).
diff --git a/dev-util/byacc/byacc-20140101.ebuild b/dev-util/byacc/byacc-20140101.ebuild
index 4d5aa5e24a75..7d0ebf4a9599 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.2 2014/03/01 16:31:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140101.ebuild,v 1.3 2014/03/02 11:49:48 hattya 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 )