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 7EECD1382C5 for ; Sat, 27 Feb 2021 11:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3BDBE0907; Sat, 27 Feb 2021 11:13:44 +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 9C0D7E0907 for ; Sat, 27 Feb 2021 11:13:44 +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 252C4341109 for ; Sat, 27 Feb 2021 11:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3DF4DC for ; Sat, 27 Feb 2021 11:13:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614424411.7d62e8db8f3538e0eb03b2aeb8ca6943dfe16320.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-9999.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d62e8db8f3538e0eb03b2aeb8ca6943dfe16320 X-VCS-Branch: master Date: Sat, 27 Feb 2021 11:13:41 +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: a8b75b21-93cc-4cda-b81e-f77fc5666055 X-Archives-Hash: 954ff0b66a84d51c2e84daa85270963b commit: 7d62e8db8f3538e0eb03b2aeb8ca6943dfe16320 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 11:13:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 11:13:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d62e8db dev-util/pkgdev: consistent style Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/pkgdev-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index e591130934a..cd281d065bf 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -21,10 +21,11 @@ HOMEPAGE="https://github.com/pkgcore/pkgdev" LICENSE="BSD MIT" SLOT="0" -if [[ ${PV} == *9999 ]]; then +if [[ ${PV} == *9999 ]] ; then RDEPEND=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}] - ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]" + ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}] + " fi distutils_enable_sphinx doc