commit: f27aad6fa8635a9fb62474c86bf0dc2b5b398125
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 08:53:38 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 09:50:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27aad6f
xfce-extra/xfce4-alsa-plugin: Use vala.eclass properly
Package-Manager: portage-2.3.1
xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
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
index d1b29c8..71be9bc 100644
--- 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
@@ -18,13 +18,16 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="media-libs/alsa-lib
+RDEPEND="
+ media-libs/alsa-lib
xfce-base/xfce4-panel
- x11-libs/gtk+:2"
+ x11-libs/gtk+:2
+"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
+ $(vala_depend)
dev-util/intltool
- dev-lang/vala"
+"
pkg_setup() { python-any-r1_pkg_setup; }