diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-28 08:35:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-28 08:35:28 +0000 |
commit | 48f3a88157aadbb28d40ec2c753d40d9e6bd2cb6 (patch) | |
tree | c864282738d7df89d7ac37ed54b4c1d94dc56d99 /dev-ruby/gherkin | |
parent | Marked ~x64-solaris (diff) | |
download | gentoo-2-48f3a88157aadbb28d40ec2c753d40d9e6bd2cb6.tar.gz gentoo-2-48f3a88157aadbb28d40ec2c753d40d9e6bd2cb6.tar.bz2 gentoo-2-48f3a88157aadbb28d40ec2c753d40d9e6bd2cb6.zip |
Added Prefix keywords
(Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-ruby/gherkin')
-rw-r--r-- | dev-ruby/gherkin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gherkin/ChangeLog b/dev-ruby/gherkin/ChangeLog index 9f2219469acb..77769eb7b35a 100644 --- a/dev-ruby/gherkin/ChangeLog +++ b/dev-ruby/gherkin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/gherkin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.15 2010/10/25 01:32:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.16 2010/12/28 08:35:28 grobian Exp $ + + 04 Dec 2010; Fabian Groffen <grobian@gentoo.org> gherkin-1.0.30-r1.ebuild: + Added Prefix keywords 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> gherkin-1.0.30-r1.ebuild: Marked ~hppa (bug #337956). diff --git a/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild b/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild index 6193b681545d..96139bc6ffcd 100644 --- a/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild +++ b/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.4 2010/10/25 01:32:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-1.0.30-r1.ebuild,v 1.5 2010/12/28 08:35:28 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -17,7 +17,7 @@ DESCRIPTION="Fast Gherkin lexer and parser based on Ragel." HOMEPAGE="http://wiki.github.com/aslakhellesoy/cucumber/gherkin" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |