From 285945852e700275d244d1dfd68639b27e8faf8f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 21:57:28 +0200 Subject: [PATCH] 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 d4e3e1c297c4f..6c6e885b3ee90 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 2b5ee24c2c2de..2ecca4f7bb9e6 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} )"