diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:14:21 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:14:21 +0000 |
commit | 880c8aefa49f8c410bb817196587a5183319291c (patch) | |
tree | 348f6c6f3f59a4c878baa26603f89234076b3e70 /dev-util/cucumber/cucumber-0.7.3-r1.ebuild | |
parent | Version bump, make it work when python3 is main interpreter, remove old. (diff) | |
download | gentoo-2-880c8aefa49f8c410bb817196587a5183319291c.tar.gz gentoo-2-880c8aefa49f8c410bb817196587a5183319291c.tar.bz2 gentoo-2-880c8aefa49f8c410bb817196587a5183319291c.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-util/cucumber/cucumber-0.7.3-r1.ebuild')
-rw-r--r-- | dev-util/cucumber/cucumber-0.7.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cucumber/cucumber-0.7.3-r1.ebuild b/dev-util/cucumber/cucumber-0.7.3-r1.ebuild index b5442457e1b7..a24caf20c360 100644 --- a/dev-util/cucumber/cucumber-0.7.3-r1.ebuild +++ b/dev-util/cucumber/cucumber-0.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-0.7.3-r1.ebuild,v 1.6 2011/09/14 16:55:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-0.7.3-r1.ebuild,v 1.7 2011/12/31 19:14:21 grobian Exp $ EAPI=3 USE_RUBY="ruby18 ree18" @@ -16,7 +16,7 @@ DESCRIPTION="Executable feature scenarios" HOMEPAGE="http://github.com/aslakhellesoy/cucumber/wikis" LICENSE="Ruby" -KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="examples" |