diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:36:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:36:13 +0000 |
commit | 3956f0f729fae44741c304409ea52df666fdbcfd (patch) | |
tree | 528923e388ffa19855cbf12b92e7faf1f0adf784 /dev-ruby/polyglot | |
parent | Various cleanups. (diff) | |
download | gentoo-2-3956f0f729fae44741c304409ea52df666fdbcfd.tar.gz gentoo-2-3956f0f729fae44741c304409ea52df666fdbcfd.tar.bz2 gentoo-2-3956f0f729fae44741c304409ea52df666fdbcfd.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r-- | dev-ruby/polyglot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/polyglot/ChangeLog b/dev-ruby/polyglot/ChangeLog index 497e1ad6d452..fb9d8e4b446d 100644 --- a/dev-ruby/polyglot/ChangeLog +++ b/dev-ruby/polyglot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/polyglot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.13 2010/04/27 06:02:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.14 2010/05/22 15:36:13 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + polyglot-0.3.1.ebuild: + Various cleanups. 27 Apr 2010; Hans de Graaff <graaff@gentoo.org> -polyglot-0.2.9.ebuild, -polyglot-0.2.9-r1.ebuild, -polyglot-0.3.0.ebuild: diff --git a/dev-ruby/polyglot/polyglot-0.3.1.ebuild b/dev-ruby/polyglot/polyglot-0.3.1.ebuild index 5c00c3813c9a..df184edf086b 100644 --- a/dev-ruby/polyglot/polyglot-0.3.1.ebuild +++ b/dev-ruby/polyglot/polyglot-0.3.1.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/polyglot/polyglot-0.3.1.ebuild,v 1.1 2010/04/01 06:47:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.2 2010/05/22 15:36:13 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="" -ruby_add_bdepend test virtual/ruby-test-unit +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" each_ruby_test() { ${RUBY} test/test_polyglot.rb || die "tests failed" |