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 E4688139694 for ; Sun, 23 Apr 2017 11:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 821B1E0C64; Sun, 23 Apr 2017 11:29:43 +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 609ADE0C64 for ; Sun, 23 Apr 2017 11:29:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03E8D34105A for ; Sun, 23 Apr 2017 11:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5F327444 for ; Sun, 23 Apr 2017 11:29:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492946863.4b6cf0121b7918bdb3fb7623b4b663cc9fb12cf7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/exaile/exaile-3.4.5.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4b6cf0121b7918bdb3fb7623b4b663cc9fb12cf7 X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:29:28 +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: 9c05f9f9-5d09-4209-9456-1e61fd21f5d8 X-Archives-Hash: 8b997e984322d8b50f6a54c3b903723b commit: 4b6cf0121b7918bdb3fb7623b4b663cc9fb12cf7 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 10:32:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 11:27:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6cf012 media-sound/exaile: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/exaile/exaile-3.4.5.ebuild | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/media-sound/exaile/exaile-3.4.5.ebuild b/media-sound/exaile/exaile-3.4.5.ebuild index 86ed27f08ab..de353fde214 100644 --- a/media-sound/exaile/exaile-3.4.5.ebuild +++ b/media-sound/exaile/exaile-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,8 +16,11 @@ LICENSE="GPL-2 GPL-3" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="cddb libnotify nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-python/dbus-python +RDEPEND=" + ${PYTHON_DEPS} + dev-python/dbus-python dev-python/gst-python:0.10 >=dev-python/pygtk-2.17 >=dev-python/pygobject-2.18:2 @@ -26,8 +29,11 @@ RDEPEND="dev-python/dbus-python media-plugins/gst-plugins-meta:0.10 cddb? ( dev-python/cddb-py ) libnotify? ( dev-python/notify-python )" -DEPEND="nls? ( dev-util/intltool - sys-devel/gettext )" +DEPEND=" + nls? ( + dev-util/intltool + sys-devel/gettext + )" RESTRICT="test" #315589