diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:01:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:01:46 +0000 |
commit | 2c5120316819ea86ca97f0a93c084bfb19e58918 (patch) | |
tree | 36dd59051e0aee1e9c7e9fc2e113bab292c5e644 /dev-ruby | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-2c5120316819ea86ca97f0a93c084bfb19e58918.tar.gz gentoo-2-2c5120316819ea86ca97f0a93c084bfb19e58918.tar.bz2 gentoo-2-2c5120316819ea86ca97f0a93c084bfb19e58918.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby_parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog index fff8f5a96a7d..936f9b2833b3 100644 --- a/dev-ruby/ruby_parser/ChangeLog +++ b/dev-ruby/ruby_parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby_parser # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.35 2011/12/28 09:25:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.36 2011/12/31 18:01:46 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> ruby_parser-2.3.1.ebuild: + Add Prefix keywords, bug #396547 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> ruby_parser-2.3.1.ebuild: Add ruby19. Bump sexp-processor dependency to avoid many test failures with diff --git a/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild index f2289a3fd48b..35028cea6443 100644 --- a/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild +++ b/dev-ruby/ruby_parser/ruby_parser-2.3.1.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/ruby_parser/ruby_parser-2.3.1.ebuild,v 1.3 2011/12/28 09:25:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1.ebuild,v 1.4 2011/12/31 18:01:46 grobian Exp $ EAPI=2 @@ -17,7 +17,7 @@ HOMEPAGE="http://parsetree.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~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" IUSE="" # The sexp-processor dependency is needed to make tests pass for ruby 1.9. |