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 6640C1382C5 for ; Fri, 29 Jan 2021 11:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B20E0C32; Fri, 29 Jan 2021 11:49:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B9D0E0C32 for ; Fri, 29 Jan 2021 11:49:55 +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 89E6F340FF9 for ; Fri, 29 Jan 2021 11:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B0F853 for ; Fri, 29 Jan 2021 11:49:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611920990.23389b3b49b6b416f6eb9773675c0fc74e288ac0.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/chimera-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild X-VCS-Directories: sci-chemistry/chimera-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 23389b3b49b6b416f6eb9773675c0fc74e288ac0 X-VCS-Branch: master Date: Fri, 29 Jan 2021 11:49:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c722b89-2318-4413-94e6-a8a7b611c5ae X-Archives-Hash: b4cf029041f0f29405a05f04012c60ad commit: 23389b3b49b6b416f6eb9773675c0fc74e288ac0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jan 29 11:49:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jan 29 11:49:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=23389b3b sci-chemistry/chimera-bin: add missing REQUIRED_USE="${PYTHON_REQUIRED_USE}" Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild | 2 ++ sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild index 47946a5e1..cb31dca65 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild @@ -15,6 +15,8 @@ SLOT="0" LICENSE="chimera" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="prefix? ( dev-util/patchelf )" RDEPEND=" dev-lang/tcl diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild index 47946a5e1..cb31dca65 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild @@ -15,6 +15,8 @@ SLOT="0" LICENSE="chimera" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="prefix? ( dev-util/patchelf )" RDEPEND=" dev-lang/tcl