summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-01-17 23:15:46 +0100
committerUlrich Müller <ulm@gentoo.org>2021-01-17 23:16:51 +0100
commit5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048 (patch)
treeb04cce59d0a52056fae431ada329cd234a7fa478 /app-doc/devmanual/devmanual-9999.ebuild
parentgnome-base/gnome-shell: Version bump to 3.38.3 (diff)
downloadgentoo-5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048.tar.gz
gentoo-5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048.tar.bz2
gentoo-5275a7d6a0ce5b3e82a98c53b8cdee4f8eb73048.zip
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 <ulm@gentoo.org>
Diffstat (limited to 'app-doc/devmanual/devmanual-9999.ebuild')
-rw-r--r--app-doc/devmanual/devmanual-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild
index fdaf6ddcf5de..60b6f7e86bd7 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/"