diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-07 19:34:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-07 19:34:19 +0000 |
commit | 79bcaa485250bac13c7bc18d8d70a373ed5ca368 (patch) | |
tree | 14c87d37838d026f3004fcf4e62943dba38c81c7 /dev-ruby/coderay/coderay-1.0.9.ebuild | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-79bcaa485250bac13c7bc18d8d70a373ed5ca368.tar.gz gentoo-2-79bcaa485250bac13c7bc18d8d70a373ed5ca368.tar.bz2 gentoo-2-79bcaa485250bac13c7bc18d8d70a373ed5ca368.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/coderay/coderay-1.0.9.ebuild')
-rw-r--r-- | dev-ruby/coderay/coderay-1.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/coderay/coderay-1.0.9.ebuild b/dev-ruby/coderay/coderay-1.0.9.ebuild index f7da41f50fc8..3118152e4667 100644 --- a/dev-ruby/coderay/coderay-1.0.9.ebuild +++ b/dev-ruby/coderay/coderay-1.0.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.11 2013/09/02 06:01:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.12 2014/05/07 19:34:19 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby19 jruby" # The test target also contains test:exe but that requires # shoulda-context which we do not have packaged yet. |