commit: 285945852e700275d244d1dfd68639b27e8faf8f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 19:57:28 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28594585
dev-ruby/pygments_rb: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild | 6 ++++--
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 d4e3e1c297c..6c6e885b3ee 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 2b5ee24c2c2..2ecca4f7bb9 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} )"