diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-08 13:34:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-08 13:34:24 +0000 |
commit | 2b0a76fe6ef9165ecb410b5abb3ed81d9c6dab92 (patch) | |
tree | 040471a53b715c290b866289ef687da1af52f8bf /dev-util/re2c | |
parent | Also remove unused bsf dep. (diff) | |
download | gentoo-2-2b0a76fe6ef9165ecb410b5abb3ed81d9c6dab92.tar.gz gentoo-2-2b0a76fe6ef9165ecb410b5abb3ed81d9c6dab92.tar.bz2 gentoo-2-2b0a76fe6ef9165ecb410b5abb3ed81d9c6dab92.zip |
Add ~ia64 wrt bug 177144
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/re2c')
-rw-r--r-- | dev-util/re2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 0c03b7d82891..d07bd25ec0ef 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.36 2007/05/06 19:27:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.37 2007/05/08 13:34:24 armin76 Exp $ + + 08 May 2007; Raúl Porcel <armin76@gentoo.org> re2c-0.12.0.ebuild: + Add ~ia64 wrt bug 177144 *re2c-0.12.0 (06 May 2007) diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index 0bb2b404becd..7ab5c475b7a7 100644 --- a/dev-util/re2c/re2c-0.12.0.ebuild +++ b/dev-util/re2c/re2c-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.1 2007/05/06 19:27:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.2 2007/05/08 13:34:24 armin76 Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~hppa" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="virtual/libc" |