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: xfce-extra/xfce4-alsa-plugin/
Date: Thu, 22 Aug 2019 11:15:35
Message-Id: 1566472513.e2f829e066e9ae2df40f3683a2ada490e0e04c53.mgorny@gentoo
1 commit: e2f829e066e9ae2df40f3683a2ada490e0e04c53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 10:33:52 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 11:15:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f829e0
7
8 xfce-extra/xfce4-alsa-plugin: Require GTK+2 xfce4-panel
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
16 index 436914177d9..d78c37e16b9 100644
17 --- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
18 +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -19,7 +19,7 @@ IUSE=""
26
27 RDEPEND="
28 media-libs/alsa-lib
29 - xfce-base/xfce4-panel
30 + xfce-base/xfce4-panel[gtk2(+)]
31 x11-libs/gtk+:2
32 "
33 DEPEND="${RDEPEND}