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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA28E158086 for ; Fri, 26 Nov 2021 08:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10772E0871; Fri, 26 Nov 2021 08:12:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5084CE0871 for ; Fri, 26 Nov 2021 08:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA11134325F for ; Fri, 26 Nov 2021 08:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 260891D6 for ; Fri, 26 Nov 2021 08:12:16 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1637914333.27f1bdeeaf501ecdec5a329679f057ef183d91b8.xgqt@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.17.5.ebuild net-misc/gallery-dl/gallery-dl-1.18.1.ebuild net-misc/gallery-dl/gallery-dl-1.19.2.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 27f1bdeeaf501ecdec5a329679f057ef183d91b8 X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:12:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e97a278-901d-46e2-b988-d1b80c3c2b0f X-Archives-Hash: 90f54287035c5b2b4a14c8b636421d75 commit: 27f1bdeeaf501ecdec5a329679f057ef183d91b8 Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 08:10:40 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Nov 26 08:12:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f1bdee net-misc/gallery-dl: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/809275 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> net-misc/gallery-dl/gallery-dl-1.17.5.ebuild | 1 - net-misc/gallery-dl/gallery-dl-1.18.1.ebuild | 1 - net-misc/gallery-dl/gallery-dl-1.19.2.ebuild | 1 - net-misc/gallery-dl/gallery-dl-9999.ebuild | 1 - 4 files changed, 4 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild index fec914ad2ced..705fa73ec888 100644 --- a/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=(python3_{8,9}) PYTHON_REQ_USE="sqlite,ssl,xml" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild index fec914ad2ced..705fa73ec888 100644 --- a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=(python3_{8,9}) PYTHON_REQ_USE="sqlite,ssl,xml" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature diff --git a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild index 5ceaa421ee3b..d3b25012fb26 100644 --- a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild @@ -5,7 +5,6 @@ EAPI=8 PYTHON_COMPAT=(python3_{8,9}) 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 5ceaa421ee3b..d3b25012fb26 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -5,7 +5,6 @@ EAPI=8 PYTHON_COMPAT=(python3_{8,9}) PYTHON_REQ_USE="sqlite,ssl,xml" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature