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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76653158094 for ; Thu, 22 Sep 2022 21:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C298FE086C; Thu, 22 Sep 2022 21:01:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A39BBE086C for ; Thu, 22 Sep 2022 21:01:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D8B9340B66 for ; Thu, 22 Sep 2022 21:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB0335DB for ; Thu, 22 Sep 2022 21:01:39 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1663880472.e470114e0001b146cd3e03d5ef2910a759262ba1.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/pybugz/pybugz-0.13-r2.ebuild www-client/pybugz/pybugz-9999.ebuild X-VCS-Directories: www-client/pybugz/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e470114e0001b146cd3e03d5ef2910a759262ba1 X-VCS-Branch: master Date: Thu, 22 Sep 2022 21:01:39 +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: 13b7a56b-cdd5-447b-af05-1ef84eb7cc4d X-Archives-Hash: 7dae020972d6064487ca3614fdd14a80 commit: e470114e0001b146cd3e03d5ef2910a759262ba1 Author: William Hubbs gentoo org> AuthorDate: Thu Sep 22 21:00:23 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Sep 22 21:01:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e470114e www-client/pybugz: require ssl support for python Signed-off-by: William Hubbs gentoo.org> www-client/pybugz/pybugz-0.13-r2.ebuild | 2 +- www-client/pybugz/pybugz-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/pybugz/pybugz-0.13-r2.ebuild b/www-client/pybugz/pybugz-0.13-r2.ebuild index 5f7d372a34c4..5d0921645af2 100644 --- a/www-client/pybugz/pybugz-0.13-r2.ebuild +++ b/www-client/pybugz/pybugz-0.13-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..11} ) -PYTHON_REQ_USE="readline(+)" +PYTHON_REQ_USE="readline(+),ssl(+)" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/williamh/pybugz.git" diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index 927c47f7b3bb..fa21df76a7c2 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..11} ) -PYTHON_REQ_USE="readline(+)" +PYTHON_REQ_USE="readline(+),ssl(+)" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/williamh/pybugz.git"