diff options
author | 2015-02-27 11:24:08 +0000 | |
---|---|---|
committer | 2015-02-27 11:24:08 +0000 | |
commit | 83328ef546581bcaa2652cf54993ac3584cea149 (patch) | |
tree | 8f22ee827be59066108b5b1111284c525c1aa952 /dev-util | |
parent | Stable for sparc, wrt bug #537220 (diff) | |
download | gentoo-2-83328ef546581bcaa2652cf54993ac3584cea149.tar.gz gentoo-2-83328ef546581bcaa2652cf54993ac3584cea149.tar.bz2 gentoo-2-83328ef546581bcaa2652cf54993ac3584cea149.zip |
Stable for sparc, wrt bug #535406
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/re2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.13.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 9efba08178b2..f83928872900 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.85 2015/02/25 23:15:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.86 2015/02/27 11:24:08 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> re2c-0.13.7.5.ebuild: + Stable for sparc, wrt bug #535406 *re2c-0.14 (25 Feb 2015) diff --git a/dev-util/re2c/re2c-0.13.7.5.ebuild b/dev-util/re2c/re2c-0.13.7.5.ebuild index d241e08076b3..56ff56db29d7 100644 --- a/dev-util/re2c/re2c-0.13.7.5.ebuild +++ b/dev-util/re2c/re2c-0.13.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild,v 1.9 2015/02/24 09:14:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild,v 1.10 2015/02/27 11:24:08 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" src_prepare() { epatch_user |