diff options
author | Michael Weber <xmw@gentoo.org> | 2011-03-30 09:05:55 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-03-30 09:05:55 +0000 |
commit | a42d1140f8a9e6af7f8738ababba5bde89c45521 (patch) | |
tree | e2ae6746caec122324f793a88f4110b3eeaa8dfc /dev-util | |
parent | RDEPEND on opengl stuff shouldn't be needed, but add it anyway until bug #354... (diff) | |
download | gentoo-2-a42d1140f8a9e6af7f8738ababba5bde89c45521.tar.gz gentoo-2-a42d1140f8a9e6af7f8738ababba5bde89c45521.tar.bz2 gentoo-2-a42d1140f8a9e6af7f8738ababba5bde89c45521.zip |
added ~arm (bug 302981)
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/re2c/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.13.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 40b4fd2c07c8..513938ac07c4 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.58 2010/01/15 21:51:29 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.59 2011/03/30 09:05:55 xmw Exp $ + + 30 Mar 2011; Michael Weber <xmw@gentoo.org> re2c-0.13.5.ebuild: + added ~arm (bug 302981) 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> re2c-0.13.5.ebuild: Transfer Prefix keywords diff --git a/dev-util/re2c/re2c-0.13.5.ebuild b/dev-util/re2c/re2c-0.13.5.ebuild index 6b1223069db0..b2575f776a5b 100644 --- a/dev-util/re2c/re2c-0.13.5.ebuild +++ b/dev-util/re2c/re2c-0.13.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild,v 1.9 2010/01/15 21:51:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild,v 1.10 2011/03/30 09:05:55 xmw 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="" |