Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavumeter/
Date: Sun, 26 Aug 2018 11:28:13
Message-Id: 1535282881.dc595821de8e234f2a87ecf52865c2343102d670.mgorny@gentoo
1 commit: dc595821de8e234f2a87ecf52865c2343102d670
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 11:08:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:28:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc595821
7
8 media-sound/pavumeter: Remove support for non-existent deps
9
10 media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
14 index 6e371695d4b..85efd70acf7 100644
15 --- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
16 +++ b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2012 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -16,7 +16,7 @@ IUSE=""
24 RDEPEND="dev-cpp/gtkmm:2.4
25 dev-libs/libsigc++:2
26 >=media-sound/pulseaudio-0.9.7[glib]
27 - || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )"
28 + x11-themes/tango-icon-theme"
29 DEPEND="${RDEPEND}
30 virtual/pkgconfig"