From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1221421-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 BD861138359
	for <garchives@archives.gentoo.org>; Wed, 11 Nov 2020 17:28:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 01712E0101;
	Wed, 11 Nov 2020 17:28:10 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 D5FDCE0101
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Nov 2020 17:28:09 +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 CB739340D78
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Nov 2020 17:28:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CA59334
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Nov 2020 17:28:07 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1605115678.19ee9c8d9be902c07b0dba660d259df8d5ab4ef5.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.15.2-r1.ebuild net-misc/gallery-dl/gallery-dl-1.15.2.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild
X-VCS-Directories: net-misc/gallery-dl/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 19ee9c8d9be902c07b0dba660d259df8d5ab4ef5
X-VCS-Branch: master
Date: Wed, 11 Nov 2020 17:28:07 +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: fef211f8-6ffc-4289-9cdc-86a36d824065
X-Archives-Hash: 145db0a99fbdd0850cecd2fb1acdac8a

commit:     19ee9c8d9be902c07b0dba660d259df8d5ab4ef5
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Wed Nov 11 16:00:03 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:27:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ee9c8d

net-misc/gallery-dl: add required python use

Closes: https://bugs.gentoo.org/754030
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18223
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../gallery-dl/{gallery-dl-1.15.2.ebuild => gallery-dl-1.15.2-r1.ebuild} | 1 +
 net-misc/gallery-dl/gallery-dl-9999.ebuild                               | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.2-r1.ebuild
similarity index 97%
rename from net-misc/gallery-dl/gallery-dl-1.15.2.ebuild
rename to net-misc/gallery-dl/gallery-dl-1.15.2-r1.ebuild
index c1a7eaa2244..e676807a0ea 100644
--- a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.15.2-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=(python3_{7,8})
+PYTHON_REQ_USE="sqlite,ssl,xml"
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature

diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild
index c1a7eaa2244..e676807a0ea 100644
--- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=(python3_{7,8})
+PYTHON_REQ_USE="sqlite,ssl,xml"
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature