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 A58AE139083 for ; Thu, 20 Apr 2017 08:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AEC6E0D43; Thu, 20 Apr 2017 07:59:45 +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 59B9EE0D43 for ; Thu, 20 Apr 2017 07:59:35 +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 35AE3341675 for ; Thu, 20 Apr 2017 07:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 680A37443 for ; Thu, 20 Apr 2017 07:59:31 +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: <1492675098.3c4f5b5013a3341b9b478aa3aca3a66b2ea0032c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/golly/golly-2.7-r1.ebuild app-misc/golly/golly-2.8.ebuild X-VCS-Directories: app-misc/golly/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3c4f5b5013a3341b9b478aa3aca3a66b2ea0032c X-VCS-Branch: master Date: Thu, 20 Apr 2017 07:59:31 +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: eed55092-1e6f-4e75-946e-7a53ca4b7e99 X-Archives-Hash: e3a79021819054f5b25c1fc697dd788a commit: 3c4f5b5013a3341b9b478aa3aca3a66b2ea0032c Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 07:27:46 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 07:58:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4f5b50 app-misc/golly: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/golly/golly-2.7-r1.ebuild | 6 ++++-- app-misc/golly/golly-2.8.ebuild | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app-misc/golly/golly-2.7-r1.ebuild b/app-misc/golly/golly-2.7-r1.ebuild index bf721d63c03..b07bc8262aa 100644 --- a/app-misc/golly/golly-2.7-r1.ebuild +++ b/app-misc/golly/golly-2.7-r1.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 @@ -15,11 +15,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="dev-lang/perl sys-libs/zlib x11-libs/wxGTK:${WX_GTK_VER}[X]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + ${PYTHON_DEPS}" S=${WORKDIR}/${P}-src ECONF_SOURCE=gui-wx/configure diff --git a/app-misc/golly/golly-2.8.ebuild b/app-misc/golly/golly-2.8.ebuild index f8a37339543..1c6a36ee52e 100644 --- a/app-misc/golly/golly-2.8.ebuild +++ b/app-misc/golly/golly-2.8.ebuild @@ -15,12 +15,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="dev-lang/perl virtual/opengl sys-libs/zlib x11-libs/wxGTK:${WX_GTK_VER}[X]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + ${PYTHON_DEPS}" S=${WORKDIR}/${P}-src ECONF_SOURCE=gui-wx/configure