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 9428D138330 for ; Sat, 8 Oct 2016 09:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79A4121C1C8; Sat, 8 Oct 2016 09:51:22 +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 5E6B921C1C5 for ; Sat, 8 Oct 2016 09:51:22 +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 5B4B93414E6 for ; Sat, 8 Oct 2016 09:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1401624AE for ; Sat, 8 Oct 2016 09:51:18 +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: <1475920217.f27aad6fa8635a9fb62474c86bf0dc2b5b398125.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild X-VCS-Directories: xfce-extra/xfce4-alsa-plugin/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f27aad6fa8635a9fb62474c86bf0dc2b5b398125 X-VCS-Branch: master Date: Sat, 8 Oct 2016 09:51:18 +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: a0452a7e-8b31-4586-b5ec-3f55b84cbb44 X-Archives-Hash: b3cbbf6a2b84a3f3cf6c0c8233c6fa19 commit: f27aad6fa8635a9fb62474c86bf0dc2b5b398125 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 8 08:53:38 2016 +0000 Commit: Pacho Ramos gentoo 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; }