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 E9EE413835B for ; Wed, 11 Nov 2020 07:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1A89E0BD7; Wed, 11 Nov 2020 07:50:26 +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 98F66E0BD7 for ; Wed, 11 Nov 2020 07:50:26 +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 2C313340817 for ; Wed, 11 Nov 2020 07:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951F8447 for ; Wed, 11 Nov 2020 07:50:23 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1605081010.36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030.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.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030 X-VCS-Branch: master Date: Wed, 11 Nov 2020 07:50:23 +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: 94bba9a2-db12-4b58-969d-24f71d5f2b5b X-Archives-Hash: 429c2a38c19eeaeb442bc69d436e4b86 commit: 36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030 Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 11 07:43:36 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 11 07:50:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b6bc47 net-misc/gallery-dl: sync live and release ebuilds Signed-off-by: Joonas Niilola gentoo.org> net-misc/gallery-dl/gallery-dl-1.15.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild index 1fc6f3ea8b7..c1a7eaa2244 100644 --- a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 optfeature DESCRIPTION="Download image galleries and collections from several image hosting sites" HOMEPAGE="https://github.com/mikf/gallery-dl" -if [[ "${PV}" == *9999* ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mikf/${PN}.git" else @@ -24,9 +24,7 @@ RESTRICT="test" LICENSE="GPL-2" SLOT="0" -RDEPEND=" - >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] -" +RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]" distutils_enable_tests setup.py