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 98B1B1382C5 for ; Wed, 21 Apr 2021 07:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C69E6E0827; Wed, 21 Apr 2021 07:00:03 +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 38556E0827 for ; Wed, 21 Apr 2021 07:00:03 +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 E1163340F14 for ; Wed, 21 Apr 2021 06:59:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 686E1C3 for ; Wed, 21 Apr 2021 06:59:58 +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: <1618988211.ed37a1bef7e1a8697643ffa54b4a1995bff4856b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/riseup-vpn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild X-VCS-Directories: net-vpn/riseup-vpn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ed37a1bef7e1a8697643ffa54b4a1995bff4856b X-VCS-Branch: dev Date: Wed, 21 Apr 2021 06:59:58 +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: 6dcd44d0-6d15-4ba4-88ac-64083766e8b3 X-Archives-Hash: 7a356e0524f14daffc7e295da5e96145 commit: ed37a1bef7e1a8697643ffa54b4a1995bff4856b Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Apr 21 06:56:51 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 21 06:56:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed37a1be net-vpn/riseup-vpn: add missing dep Closes: https://bugs.gentoo.org/784692 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild index b9f063bbd..068dc89d0 100644 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild @@ -92,6 +92,7 @@ DEPEND=" dev-util/debhelper sys-apps/fakeroot x11-libs/gtk+:3 + dev-qt/linguist-tools dev-qt/qtdeclarative[widgets] dev-qt/qtquickcontrols2[widgets] " 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 6676A13835C for ; Wed, 21 Apr 2021 07:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD766E087F; Wed, 21 Apr 2021 07:32:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9CB97E087F for ; Wed, 21 Apr 2021 07:32:48 +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 8EC5B341047 for ; Wed, 21 Apr 2021 07:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE108733 for ; Wed, 21 Apr 2021 07:32:39 +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: <1618988211.ed37a1bef7e1a8697643ffa54b4a1995bff4856b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/riseup-vpn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild X-VCS-Directories: net-vpn/riseup-vpn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ed37a1bef7e1a8697643ffa54b4a1995bff4856b X-VCS-Branch: master Date: Wed, 21 Apr 2021 07:32: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: b215b3c2-e73d-4d01-b340-0a11e9670cc6 X-Archives-Hash: dda90e20bda6989d2e84f83417fca7fb Message-ID: <20210421073239.H4Qe2-R2HQNUBSMc5lmVQM6qTAc0LhLWNZ3NVoLy_x8@z> commit: ed37a1bef7e1a8697643ffa54b4a1995bff4856b Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Apr 21 06:56:51 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 21 06:56:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed37a1be net-vpn/riseup-vpn: add missing dep Closes: https://bugs.gentoo.org/784692 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild index b9f063bbd..068dc89d0 100644 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild @@ -92,6 +92,7 @@ DEPEND=" dev-util/debhelper sys-apps/fakeroot x11-libs/gtk+:3 + dev-qt/linguist-tools dev-qt/qtdeclarative[widgets] dev-qt/qtquickcontrols2[widgets] "