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 614A1139694 for ; Sun, 23 Apr 2017 11:29:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B15E0C11; Sun, 23 Apr 2017 11:29:33 +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 648F8E0C11 for ; Sun, 23 Apr 2017 11:29:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1247633FE74 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 CB3337446 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: <1492946876.9cd53421936dc351797be318dc35e7ef059e76c5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild media-sound/rhythmbox/rhythmbox-3.4.1.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9cd53421936dc351797be318dc35e7ef059e76c5 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: d95b3df5-13e7-487e-bb84-dda93633ba6d X-Archives-Hash: 3be433fb4019b918b3fd58cd758182da commit: 9cd53421936dc351797be318dc35e7ef059e76c5 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 10:37:02 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 11:27:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd53421 media-sound/rhythmbox: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild | 5 ++++- media-sound/rhythmbox/rhythmbox-3.4.1.ebuild | 10 ++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild index c15305f477b..2395988b72c 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild @@ -45,7 +45,10 @@ COMMON_DEPEND=" gnome-keyring? ( >=app-crypt/libsecret-0.18 ) libnotify? ( >=x11-libs/libnotify-0.7.0 ) lirc? ( app-misc/lirc ) - python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] ) + python? ( + ${PYTHON_DEPS} + >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] + ) udev? ( virtual/libgudev:= ipod? ( >=media-libs/libgpod-0.7.92[udev] ) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild index f99bee2dd9c..5f8d9704f63 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild @@ -19,7 +19,10 @@ REQUIRED_USE=" ipod? ( udev ) mtp? ( udev ) dbus? ( python ) - python? ( ^^ ( $(python_gen_useflags '*') ) ) + python? ( + ${PYTHON_REQUIRED_USE} + ^^ ( $(python_gen_useflags '*') ) + ) " KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" @@ -45,7 +48,10 @@ COMMON_DEPEND=" gnome-keyring? ( >=app-crypt/libsecret-0.18 ) libnotify? ( >=x11-libs/libnotify-0.7.0 ) lirc? ( app-misc/lirc ) - python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] ) + python? ( + ${PYTHON_DEPS} + >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] + ) udev? ( virtual/libgudev:= ipod? ( >=media-libs/libgpod-0.7.92[udev] )