commit: dc595821de8e234f2a87ecf52865c2343102d670
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 11:08:46 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:28:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc595821
media-sound/pavumeter: Remove support for non-existent deps
media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
index 6e371695d4b..85efd70acf7 100644
--- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
+++ b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="dev-cpp/gtkmm:2.4
dev-libs/libsigc++:2
>=media-sound/pulseaudio-0.9.7[glib]
- || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )"
+ x11-themes/tango-icon-theme"
DEPEND="${RDEPEND}
virtual/pkgconfig"