From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4226139694 for ; Thu, 20 Apr 2017 20:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164C8E0DE8; Thu, 20 Apr 2017 20:48:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6B96E0DE8 for ; Thu, 20 Apr 2017 20:48:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 383F33416AF for ; Thu, 20 Apr 2017 20:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9829743C for ; Thu, 20 Apr 2017 20:48:26 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492721177.285945852e700275d244d1dfd68639b27e8faf8f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pygments_rb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild X-VCS-Directories: dev-ruby/pygments_rb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 285945852e700275d244d1dfd68639b27e8faf8f X-VCS-Branch: master Date: Thu, 20 Apr 2017 20:48:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd5f4b30-1898-4aca-ba87-3436cb385fe1 X-Archives-Hash: 9fbc3a03f30948904ff752eb0bbca072 commit: 285945852e700275d244d1dfd68639b27e8faf8f Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 19:57:28 2017 +0000 Commit: David Seifert gentoo 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} )"