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 194291382C5 for ; Thu, 8 Apr 2021 17:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E534E08FE; Thu, 8 Apr 2021 17:21:04 +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 1E6C2E08FF for ; Thu, 8 Apr 2021 17:21:04 +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 7F1AC340DCC for ; Thu, 8 Apr 2021 17:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6394643 for ; Thu, 8 Apr 2021 17:20:59 +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: <1617892202.9f7bd2a1581d8c9684f20cd47c2f5842f9161d31.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/coretoppings/coretoppings-4.0.0.ebuild gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild gui-apps/coretoppings/coretoppings-9999.ebuild X-VCS-Directories: gui-apps/coretoppings/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9f7bd2a1581d8c9684f20cd47c2f5842f9161d31 X-VCS-Branch: master Date: Thu, 8 Apr 2021 17:20:59 +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: 4c0a057a-c188-4b89-bb6f-b47a0c4b5768 X-Archives-Hash: 251d0ae34f7b8f533b6a922dfc9c69c1 commit: 9f7bd2a1581d8c9684f20cd47c2f5842f9161d31 Author: Maciej Barć riseup net> AuthorDate: Thu Apr 8 14:29:29 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 8 14:30:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f7bd2a1 gui-apps/coretoppings: add missing libdbusmenu-qt dep Bug: https://bugs.gentoo.org/781044 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć riseup.net> gui-apps/coretoppings/coretoppings-4.0.0.ebuild | 3 ++- gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild | 3 ++- gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild | 1 + gui-apps/coretoppings/coretoppings-9999.ebuild | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild index 0fa865a46..3d79214e0 100644 --- a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild +++ b/gui-apps/coretoppings/coretoppings-4.0.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 @@ -23,6 +23,7 @@ SLOT="0" IUSE="location pulseaudio" DEPEND=" + dev-libs/libdbusmenu-qt dev-qt/qtbluetooth:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 diff --git a/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild b/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild index 2b7a76690..a3b26de46 100644 --- a/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild +++ b/gui-apps/coretoppings/coretoppings-4.1.0-r1.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 @@ -23,6 +23,7 @@ SLOT="0" IUSE="location pulseaudio" DEPEND=" + dev-libs/libdbusmenu-qt dev-qt/qtbluetooth:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 diff --git a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild index 6f4ab676d..796a3bc4e 100644 --- a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild +++ b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild @@ -25,6 +25,7 @@ SLOT="0" IUSE="location pulseaudio" DEPEND=" + dev-libs/libdbusmenu-qt dev-qt/qtbluetooth:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 diff --git a/gui-apps/coretoppings/coretoppings-9999.ebuild b/gui-apps/coretoppings/coretoppings-9999.ebuild index 6f4ab676d..796a3bc4e 100644 --- a/gui-apps/coretoppings/coretoppings-9999.ebuild +++ b/gui-apps/coretoppings/coretoppings-9999.ebuild @@ -25,6 +25,7 @@ SLOT="0" IUSE="location pulseaudio" DEPEND=" + dev-libs/libdbusmenu-qt dev-qt/qtbluetooth:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5