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 75644158F6D for ; Mon, 16 Aug 2021 20:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69D7DE0EFE; Mon, 16 Aug 2021 16:30:42 +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 4FE2EE0EFE for ; Mon, 16 Aug 2021 16:30:42 +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 C3ECB347168 for ; Mon, 16 Aug 2021 16:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 320657B4 for ; Mon, 16 Aug 2021 16:30:39 +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: <1629131431.b1db12ec309299fd87640cce4129314d784f725a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild media-sound/pavucontrol/pavucontrol-5.0.ebuild X-VCS-Directories: media-sound/pavucontrol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1db12ec309299fd87640cce4129314d784f725a X-VCS-Branch: master Date: Mon, 16 Aug 2021 16:30: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: 618a5d15-2805-4226-bb3a-f731bc94fa67 X-Archives-Hash: c57c7360f83d5b4065c16423e962b9a5 commit: b1db12ec309299fd87640cce4129314d784f725a Author: Igor V. Kovalenko gmail com> AuthorDate: Mon Aug 16 06:56:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 16:30:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1db12ec media-sound/pavucontrol: Require pulseaudio 15.0 for new features [sam: revbumped to ensure we propagated the PA requirement] Signed-off-by: Igor V. Kovalenko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22003 Signed-off-by: Sam James gentoo.org> .../pavucontrol/{pavucontrol-5.0.ebuild => pavucontrol-5.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/pavucontrol/pavucontrol-5.0.ebuild b/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild similarity index 93% rename from media-sound/pavucontrol/pavucontrol-5.0.ebuild rename to media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild index ca6189c4c97..e0559cf0d30 100644 --- a/media-sound/pavucontrol/pavucontrol-5.0.ebuild +++ b/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/" @@ -18,7 +17,7 @@ RDEPEND=" >=dev-cpp/gtkmm-3.22:3.0[X] >=dev-libs/libsigc++-2.2:2 >=media-libs/libcanberra-0.16[gtk3] - >=media-sound/pulseaudio-5[glib] + >=media-sound/pulseaudio-15.0[glib] virtual/freedesktop-icon-theme " DEPEND="${RDEPEND}"