diff options
author | 2015-02-28 13:56:52 +0000 | |
---|---|---|
committer | 2015-02-28 13:56:52 +0000 | |
commit | d1ed086021330af739ab3da3a33a60527d039d7b (patch) | |
tree | f968ca5b1641c416cedd86f509e83776325c57e5 /dev-util | |
parent | Remove old. (diff) | |
download | gentoo-2-d1ed086021330af739ab3da3a33a60527d039d7b.tar.gz gentoo-2-d1ed086021330af739ab3da3a33a60527d039d7b.tar.bz2 gentoo-2-d1ed086021330af739ab3da3a33a60527d039d7b.zip |
Stable for ia64, wrt bug #535406
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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 472744af0eb6..0ee5043b2bd6 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.87 2015/02/28 00:06:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.88 2015/02/28 13:56:52 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> re2c-0.13.7.5.ebuild: + Stable for ia64, wrt bug #535406 *re2c-0.14.1 (28 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 56ff56db29d7..2f5ec107ccb3 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.10 2015/02/27 11:24:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.5.ebuild,v 1.11 2015/02/28 13:56:52 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 |