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 D31A11382C5 for ; Tue, 20 Apr 2021 10:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 207BBE087A; Tue, 20 Apr 2021 10:42:37 +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 088B7E087A for ; Tue, 20 Apr 2021 10:42:37 +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 86266340E1F for ; Tue, 20 Apr 2021 10:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A933C71B for ; Tue, 20 Apr 2021 10:42:28 +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: <1618915314.7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corestuff/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/corestuff/corestuff-4.1.0.ebuild gui-apps/corestuff/corestuff-4.2.0.ebuild gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild gui-apps/corestuff/corestuff-9999.ebuild X-VCS-Directories: gui-apps/corestuff/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325 X-VCS-Branch: master Date: Tue, 20 Apr 2021 10:42:28 +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: 303e82b0-9f0d-4d46-8c93-4dd46813d4d6 X-Archives-Hash: 5a19be3218817bdd29e51d91881bcb1f commit: 7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 20 10:41:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 20 10:41:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c90a3e5 gui-apps/corestuff: add missing dep Closes: https://bugs.gentoo.org/784374 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> gui-apps/corestuff/corestuff-4.1.0.ebuild | 3 ++- gui-apps/corestuff/corestuff-4.2.0.ebuild | 1 + gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild | 1 + gui-apps/corestuff/corestuff-9999.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/corestuff/corestuff-4.1.0.ebuild b/gui-apps/corestuff/corestuff-4.1.0.ebuild index 95490556f..203f07123 100644 --- a/gui-apps/corestuff/corestuff-4.1.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0.ebuild b/gui-apps/corestuff/corestuff-4.2.0.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-4.2.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-9999.ebuild +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys 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 7908B13835A for ; Tue, 20 Apr 2021 10:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 903E6E0863; Tue, 20 Apr 2021 10:41:58 +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 75292E0863 for ; Tue, 20 Apr 2021 10:41:58 +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 7C3CA340E78 for ; Tue, 20 Apr 2021 10:41:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0240F6F4 for ; Tue, 20 Apr 2021 10:41:56 +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: <1618915314.7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/corestuff/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/corestuff/corestuff-4.1.0.ebuild gui-apps/corestuff/corestuff-4.2.0.ebuild gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild gui-apps/corestuff/corestuff-9999.ebuild X-VCS-Directories: gui-apps/corestuff/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325 X-VCS-Branch: dev Date: Tue, 20 Apr 2021 10:41:56 +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: 3cca1527-865e-4727-9606-f1744dd63780 X-Archives-Hash: 7a9350ff5c977ed5cee596822b482d4b Message-ID: <20210420104156.lCLeo5E92Ipz2xSloKaGCmKyjLm7kN3Zs_akdIwy4mg@z> commit: 7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 20 10:41:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 20 10:41:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c90a3e5 gui-apps/corestuff: add missing dep Closes: https://bugs.gentoo.org/784374 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> gui-apps/corestuff/corestuff-4.1.0.ebuild | 3 ++- gui-apps/corestuff/corestuff-4.2.0.ebuild | 1 + gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild | 1 + gui-apps/corestuff/corestuff-9999.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/corestuff/corestuff-4.1.0.ebuild b/gui-apps/corestuff/corestuff-4.1.0.ebuild index 95490556f..203f07123 100644 --- a/gui-apps/corestuff/corestuff-4.1.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0.ebuild b/gui-apps/corestuff/corestuff-4.2.0.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-4.2.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-9999.ebuild +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys