From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1105376-garchives=archives.gentoo.org@lists.gentoo.org>
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 DD243138334
	for <garchives@archives.gentoo.org>; Tue, 13 Aug 2019 07:40:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 19485E0827;
	Tue, 13 Aug 2019 07:40:44 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C205FE0825
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2019 07:40: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 750D63499DD
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2019 07:40:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2FF759
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Aug 2019 07:40:40 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1565681113.e2a7f99c3c0427ae249a1ff0b065db5a230ba3d9.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/lollypop/lollypop-1.0.12.ebuild media-sound/lollypop/lollypop-1.1.4.11.ebuild
X-VCS-Directories: media-sound/lollypop/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: e2a7f99c3c0427ae249a1ff0b065db5a230ba3d9
X-VCS-Branch: master
Date: Tue, 13 Aug 2019 07:40:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 611a4c1b-f023-47a6-bfb6-096c1af48bd3
X-Archives-Hash: f423044f3fc798c5fc175ff90d2dfce7

commit:     e2a7f99c3c0427ae249a1ff0b065db5a230ba3d9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 07:25:13 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 07:25:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a7f99c

media-sound/lollypop: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/lollypop/lollypop-1.0.12.ebuild   | 1 +
 media-sound/lollypop/lollypop-1.1.4.11.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-sound/lollypop/lollypop-1.0.12.ebuild b/media-sound/lollypop/lollypop-1.0.12.ebuild
index 9da3085b9d7..4338c0ccce4 100644
--- a/media-sound/lollypop/lollypop-1.0.12.ebuild
+++ b/media-sound/lollypop/lollypop-1.0.12.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="amd64"
 
 LICENSE="GPL-3"
 SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 DEPEND="${PYTHON_DEPS}
 	dev-libs/appstream-glib[introspection]

diff --git a/media-sound/lollypop/lollypop-1.1.4.11.ebuild b/media-sound/lollypop/lollypop-1.1.4.11.ebuild
index 20b91d073b6..4f513342af2 100644
--- a/media-sound/lollypop/lollypop-1.1.4.11.ebuild
+++ b/media-sound/lollypop/lollypop-1.1.4.11.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64"
 
 LICENSE="GPL-3"
 SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 DEPEND="${PYTHON_DEPS}
 	dev-libs/appstream-glib[introspection]