diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 21:57:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:46:17 +0200 |
commit | 285945852e700275d244d1dfd68639b27e8faf8f (patch) | |
tree | ca8629b77d808cbbeb1efb8eec7617c0071bd981 /dev-ruby/pygments_rb | |
parent | dev-ros/rospack: [QA] Add missing python metadata variables (diff) | |
download | gentoo-285945852e700275d244d1dfd68639b27e8faf8f.tar.gz gentoo-285945852e700275d244d1dfd68639b27e8faf8f.tar.bz2 gentoo-285945852e700275d244d1dfd68639b27e8faf8f.zip |
dev-ruby/pygments_rb: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/pygments_rb')
-rw-r--r-- | dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild b/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild index d4e3e1c297c4..6c6e885b3ee9 100644 --- a/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild +++ b/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,9 @@ REQUIRED_USE+=" ${PYTHON_REQUIRED_USE}" RUBY_S="${MY_P}" -RDEPEND+=" dev-python/pygments[${PYTHON_USEDEP}] +RDEPEND+=" + ${PYTHON_DEPS} + dev-python/pygments[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND+=" test? ( ${RDEPEND} )" diff --git a/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild b/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild index 2b5ee24c2c2d..2ecca4f7bb9e 100644 --- a/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild +++ b/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,9 @@ REQUIRED_USE+=" ${PYTHON_REQUIRED_USE}" RUBY_S="${MY_P}" -RDEPEND+=" dev-python/pygments[${PYTHON_USEDEP}] +RDEPEND+=" + ${PYTHON_DEPS} + dev-python/pygments[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND+=" test? ( ${RDEPEND} )" |