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 76539158086 for ; Fri, 24 Dec 2021 04:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F20D22BC001; Fri, 24 Dec 2021 04:38:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E52FB2BC001 for ; Fri, 24 Dec 2021 04:38:10 +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 12068342E01 for ; Fri, 24 Dec 2021 04:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72155256 for ; Fri, 24 Dec 2021 04:38:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640320672.6d3011325a6b4974ede57c5a5f48cc6f2a25ec49.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild X-VCS-Directories: net-vpn/protonvpn-cli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d3011325a6b4974ede57c5a5f48cc6f2a25ec49 X-VCS-Branch: master Date: Fri, 24 Dec 2021 04:38:07 +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: cc561e22-2f1a-4a0a-a803-d15d0a67813e X-Archives-Hash: e9b147446c7500b26679e67ba037a51d commit: 6d3011325a6b4974ede57c5a5f48cc6f2a25ec49 Author: Amel Hodzic gmail com> AuthorDate: Thu Dec 23 22:19:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 24 04:37:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d301132 net-vpn/protonvpn-cli: missing dep on dev-python/distro Closes: https://bugs.gentoo.org/823224 Signed-off-by: Amel Hodzic gmail.com> Signed-off-by: Sam James gentoo.org> .../{protonvpn-cli-2.2.11.ebuild => protonvpn-cli-2.2.11-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild similarity index 95% rename from net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild rename to net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild index e0cef7730859..9ae7f688ec16 100644 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild +++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild @@ -18,6 +18,7 @@ SLOT="0" RDEPEND="dev-python/docopt[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/pythondialog:0[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] net-vpn/openvpn" DEPEND="${RDEPEND}"