Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/
Date: Sat, 08 Oct 2016 09:51:25
Message-Id: 1475920217.f27aad6fa8635a9fb62474c86bf0dc2b5b398125.pacho@gentoo
1 commit: f27aad6fa8635a9fb62474c86bf0dc2b5b398125
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 08:53:38 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 09:50:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27aad6f
7
8 xfce-extra/xfce4-alsa-plugin: Use vala.eclass properly
9
10 Package-Manager: portage-2.3.1
11
12 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 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 d1b29c8..71be9bc 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 @@ -18,13 +18,16 @@ SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 -RDEPEND="media-libs/alsa-lib
24 +RDEPEND="
25 + media-libs/alsa-lib
26 xfce-base/xfce4-panel
27 - x11-libs/gtk+:2"
28 + x11-libs/gtk+:2
29 +"
30 DEPEND="${RDEPEND}
31 ${PYTHON_DEPS}
32 + $(vala_depend)
33 dev-util/intltool
34 - dev-lang/vala"
35 +"
36
37 pkg_setup() { python-any-r1_pkg_setup; }