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 76BC71395E2 for ; Sun, 27 Nov 2016 11:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD4C4E0AB3; Sun, 27 Nov 2016 11:21:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2D65E0AB3 for ; Sun, 27 Nov 2016 11:21:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADA89340F43 for ; Sun, 27 Nov 2016 11:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2148549C for ; Sun, 27 Nov 2016 11:21:11 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480245605.8f537e20be7b07ccc8b4677b623809ed1d10b3ba.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/paprefs/paprefs-0.9.10.ebuild X-VCS-Directories: media-sound/paprefs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8f537e20be7b07ccc8b4677b623809ed1d10b3ba X-VCS-Branch: master Date: Sun, 27 Nov 2016 11:21:11 +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-Archives-Salt: db83498e-99d4-4ae7-a7f4-ce1252317aad X-Archives-Hash: 47bbe9fc53c0571c75c0f59f08b17bf4 commit: 8f537e20be7b07ccc8b4677b623809ed1d10b3ba Author: Pacho Ramos gentoo org> AuthorDate: Sun Nov 27 10:11:21 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Nov 27 11:20:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f537e20 media-sound/paprefs: adwaita-icon-theme can be used instead of dead gnome-icon-theme Package-Manager: portage-2.3.2 media-sound/paprefs/paprefs-0.9.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/paprefs/paprefs-0.9.10.ebuild b/media-sound/paprefs/paprefs-0.9.10.ebuild index 25adc3d..9225a42 100644 --- a/media-sound/paprefs/paprefs-0.9.10.ebuild +++ b/media-sound/paprefs/paprefs-0.9.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 >=dev-cpp/gconfmm-2.6 >=dev-libs/libsigc++-2.2:2 media-sound/pulseaudio[glib,gnome] - || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )" + || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext dev-util/intltool )