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 10BEC1382C5 for ; Tue, 8 Dec 2020 19:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37B73E0884; Tue, 8 Dec 2020 19:05:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1CDC7E0884 for ; Tue, 8 Dec 2020 19:05:02 +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 D7A9E340806 for ; Tue, 8 Dec 2020 19:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46FCC46C for ; Tue, 8 Dec 2020 19:04:59 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1607454141.00bc78f4e1b9385c7d8b080812ae3880d92922cd.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ydiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ydiff/ydiff-1.2.ebuild X-VCS-Directories: dev-util/ydiff/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 00bc78f4e1b9385c7d8b080812ae3880d92922cd X-VCS-Branch: master Date: Tue, 8 Dec 2020 19:04:59 +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: ba65a0ae-b68f-47a3-a654-fa93adb716d0 X-Archives-Hash: 14c1934711fdfe6c3e020bf42cdc75f1 commit: 00bc78f4e1b9385c7d8b080812ae3880d92922cd Author: Sebastian Pipping gentoo org> AuthorDate: Tue Dec 8 18:59:33 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Dec 8 19:02:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bc78f4 dev-util/ydiff: Address PythonCompatUpdate + QA Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23 dev-util/ydiff/ydiff-1.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/ydiff/ydiff-1.2.ebuild b/dev-util/ydiff/ydiff-1.2.ebuild index d3dfb7dd60a..0a40380559e 100644 --- a/dev-util/ydiff/ydiff-1.2.ebuild +++ b/dev-util/ydiff/ydiff-1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 @@ -16,8 +16,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -DEPEND="sys-apps/less" -RDEPEND="" +RDEPEND="sys-apps/less" DOCS=( CHANGES.rst README.rst )