Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/
Date: Sun, 27 Nov 2016 11:21:14
Message-Id: 1480245605.8f537e20be7b07ccc8b4677b623809ed1d10b3ba.pacho@gentoo
1 commit: 8f537e20be7b07ccc8b4677b623809ed1d10b3ba
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 10:11:21 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 11:20:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f537e20
7
8 media-sound/paprefs: adwaita-icon-theme can be used instead of dead gnome-icon-theme
9
10 Package-Manager: portage-2.3.2
11
12 media-sound/paprefs/paprefs-0.9.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild b/media-sound/paprefs/paprefs-0.9.10.ebuild
16 index 25adc3d..9225a42 100644
17 --- a/media-sound/paprefs/paprefs-0.9.10.ebuild
18 +++ b/media-sound/paprefs/paprefs-0.9.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -19,7 +19,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
26 >=dev-cpp/gconfmm-2.6
27 >=dev-libs/libsigc++-2.2:2
28 media-sound/pulseaudio[glib,gnome]
29 - || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )"
30 + || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme )"
31 DEPEND="${RDEPEND}
32 nls? ( sys-devel/gettext
33 dev-util/intltool )