diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:57:00 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:57:00 +0000 |
commit | 122c48d6164bf52e0f303c868b8c243626092046 (patch) | |
tree | d7c800fd109bb0af2f3c77c354f4a1aa48c03f7e | |
parent | Revbump. Don't use deprecated start-stop-daemon options, bug 377843. (diff) | |
download | gentoo-2-122c48d6164bf52e0f303c868b8c243626092046.tar.gz gentoo-2-122c48d6164bf52e0f303c868b8c243626092046.tar.bz2 gentoo-2-122c48d6164bf52e0f303c868b8c243626092046.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog index fc1d2a4fac77..a7cf994626b1 100644 --- a/dev-ruby/polyglot/ChangeLog +++ b/dev-ruby/polyglot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/polyglot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.22 2011/12/05 13:37:55 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.23 2011/12/31 19:57:00 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> polyglot-0.3.3.ebuild: + Add Prefix keywords, bug #396547 05 Dec 2011; Naohiro Aota <naota@gentoo.org> polyglot-0.3.3.ebuild: Add ~x86-fbsd. diff --git a/dev-ruby/polyglot/polyglot-0.3.3.ebuild b/dev-ruby/polyglot/polyglot-0.3.3.ebuild index 6ddf258cb5cf..32fe15ec9fd1 100644 --- a/dev-ruby/polyglot/polyglot-0.3.3.ebuild +++ b/dev-ruby/polyglot/polyglot-0.3.3.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-ruby/polyglot/polyglot-0.3.3.ebuild,v 1.2 2011/12/05 13:37:55 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.3.ebuild,v 1.3 2011/12/31 19:57:00 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby ree18 rbx" @@ -16,7 +16,7 @@ DESCRIPTION="Polyglot provides support for fully-custom DSLs." HOMEPAGE="http://polyglot.rubyforge.org/" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |