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 240481382C5 for ; Sun, 17 Jan 2021 22:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D6AE086F; Sun, 17 Jan 2021 22:17:00 +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 28C63E086F for ; Sun, 17 Jan 2021 22:17:00 +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 01A6F340B9E for ; Sun, 17 Jan 2021 22:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96D1092 for ; Sun, 17 Jan 2021 22:16:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1610921811.5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/devmanual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/devmanual/devmanual-9999.ebuild X-VCS-Directories: app-doc/devmanual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048 X-VCS-Branch: master Date: Sun, 17 Jan 2021 22:16:57 +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: 46ee09f0-3258-4ab7-8481-35497a0e64ed X-Archives-Hash: c8137b1ff23a2bef8a053096122481c0 commit: 5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jan 17 22:15:46 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 17 22:16:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5275a7d6 app-doc/devmanual: Inherit python-any-r1.eclass Bug: https://bugs.gentoo.org/765826 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> app-doc/devmanual/devmanual-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index fdaf6ddcf5d..60b6f7e86bd 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=(python3_{6,7,8,9}) -inherit readme.gentoo-r1 +inherit python-any-r1 readme.gentoo-r1 DESCRIPTION="The Gentoo Development Guide" HOMEPAGE="https://devmanual.gentoo.org/"