diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-07-16 13:35:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-07-16 13:35:19 +0000 |
commit | fd1f0ca4e6c017b32a86f4f4d613d5783ef98727 (patch) | |
tree | 4ea0364b4ec5c4731db8234e76c57626718147a2 /dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-fd1f0ca4e6c017b32a86f4f4d613d5783ef98727.tar.gz gentoo-2-fd1f0ca4e6c017b32a86f4f4d613d5783ef98727.tar.bz2 gentoo-2-fd1f0ca4e6c017b32a86f4f4d613d5783ef98727.zip |
Add ruby20 support. Remove python 2.6 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild')
-rw-r--r-- | dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild b/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild index 8302c6d864d0..5dcb2c42a32b 100644 --- a/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild +++ b/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild,v 1.1 2014/06/28 23:14:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild,v 1.2 2014/07/16 13:35:19 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19" -PYTHON_COMPAT=( python{2_6,2_7} ) +USE_RUBY="ruby19 ruby20" +PYTHON_COMPAT=( python2_7 ) RUBY_FAKEGEM_NAME="pygments.rb" MY_P="${RUBY_FAKEGEM_NAME}-${PV}" |