diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-07-14 14:06:15 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-07-14 14:06:15 +0000 |
commit | d45bc4308a50707de42cbfe726e0252b08f44782 (patch) | |
tree | 4a098784637c9c73a46460c194814d8365a53f6e /dev-util/re2c | |
parent | alpha/ia64/x86 stable (diff) | |
download | gentoo-2-d45bc4308a50707de42cbfe726e0252b08f44782.tar.gz gentoo-2-d45bc4308a50707de42cbfe726e0252b08f44782.tar.bz2 gentoo-2-d45bc4308a50707de42cbfe726e0252b08f44782.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.3_rc7)
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 bc11603efbda..ef86485fd7dc 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.44 2007/06/26 05:46:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.45 2007/07/14 14:06:15 drizzt Exp $ + + 14 Jul 2007; Timothy Redaelli <drizzt@gentoo.org> re2c-0.12.0.ebuild: + Add ~x86-fbsd keyword. 26 Jun 2007; Markus Rothe <corsair@gentoo.org> re2c-0.12.0.ebuild: Stable on ppc64; bug #181941 diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index 41b5938f6247..e24f656c5e38 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.9 2007/06/26 05:46:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.10 2007/07/14 14:06:15 drizzt Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/libc" |