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 A970C138359 for ; Sun, 10 May 2020 16:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E99E0900; Sun, 10 May 2020 16:46:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CC28CE0900 for ; Sun, 10 May 2020 16:46:14 +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 CA17834F266 for ; Sun, 10 May 2020 16:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BCCF204 for ; Sun, 10 May 2020 16:46:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1589129159.d53b6d38b8f6ad117a0de34bd3bfcd3097227156.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nyx/nyx-2.1.0-r1.ebuild net-misc/nyx/nyx-2.1.0.ebuild X-VCS-Directories: net-misc/nyx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d53b6d38b8f6ad117a0de34bd3bfcd3097227156 X-VCS-Branch: master Date: Sun, 10 May 2020 16:46:11 +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: a08b0fb8-d04b-4935-b2f4-58738029765d X-Archives-Hash: f3d6113755862fa8d851e5e13e9c2c86 commit: d53b6d38b8f6ad117a0de34bd3bfcd3097227156 Author: Jeffrey Lin icurse nl> AuthorDate: Sun Feb 23 03:50:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 10 16:45:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b6d38 net-misc/nyx: require dev-lang/python[sqlite] Closes: https://bugs.gentoo.org/715170 Signed-off-by: Jeffrey Lin icurse.nl> Closes: https://github.com/gentoo/gentoo/pull/14746 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/nyx/{nyx-2.1.0.ebuild => nyx-2.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild similarity index 91% rename from net-misc/nyx/nyx-2.1.0.ebuild rename to net-misc/nyx/nyx-2.1.0-r1.ebuild index 99d81268a58..a95caeb5ea5 100644 --- a/net-misc/nyx/nyx-2.1.0.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_REQ_USE='sqlite(-)' inherit vcs-snapshot distutils-r1 @@ -24,5 +25,5 @@ RESTRICT="!test? ( test )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" - net-libs/stem + net-libs/stem[${PYTHON_USEDEP}] net-vpn/tor"