diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:08:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:28:01 +0200 |
commit | dc595821de8e234f2a87ecf52865c2343102d670 (patch) | |
tree | 35280c79259dab0b221d4d1891a42d4684de052c /media-sound/pavumeter | |
parent | media-sound/abcde: Remove support for non-existent deps (diff) | |
download | gentoo-dc595821de8e234f2a87ecf52865c2343102d670.tar.gz gentoo-dc595821de8e234f2a87ecf52865c2343102d670.tar.bz2 gentoo-dc595821de8e234f2a87ecf52865c2343102d670.zip |
media-sound/pavumeter: Remove support for non-existent deps
Diffstat (limited to 'media-sound/pavumeter')
-rw-r--r-- | media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild | 4 |
1 files 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 6e371695d4b3..85efd70acf71 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" |