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 B0B65139694 for ; Thu, 20 Apr 2017 16:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E53521C087; Thu, 20 Apr 2017 16:41:42 +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 6299021C087 for ; Thu, 20 Apr 2017 16:41:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 326CD341694 for ; Thu, 20 Apr 2017 16:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC297443 for ; Thu, 20 Apr 2017 16:41:17 +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: <1492706375.6db88132004cfa8a84d136875e6d1229a50d7870.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/singular/singular-3.1.6.ebuild X-VCS-Directories: sci-mathematics/singular/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6db88132004cfa8a84d136875e6d1229a50d7870 X-VCS-Branch: master Date: Thu, 20 Apr 2017 16:41:17 +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: 019bc577-4e0a-42f1-88e8-af2ef5ff31a3 X-Archives-Hash: cab6626e4783dd63be7a675db42eaad7 commit: 6db88132004cfa8a84d136875e6d1229a50d7870 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 15:58:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 16:39:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db88132 sci-mathematics/singular: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-mathematics/singular/singular-3.1.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/singular/singular-3.1.6.ebuild b/sci-mathematics/singular/singular-3.1.6.ebuild index c7ba972a524..1aaa7290760 100644 --- a/sci-mathematics/singular/singular-3.1.6.ebuild +++ b/sci-mathematics/singular/singular-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,11 +25,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="boost doc emacs examples python readline test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/gmp:0= dev-libs/ntl:0= emacs? ( >=virtual/emacs-22 ) + python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:0= )" DEPEND="${RDEPEND} dev-lang/perl