diff options
Diffstat (limited to 'app-doc/devmanual')
| -rw-r--r-- | app-doc/devmanual/devmanual-9999.ebuild | 5 |
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..ef54bd1812f4 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,10} ) -inherit readme.gentoo-r1 +inherit python-any-r1 readme.gentoo-r1 DESCRIPTION="The Gentoo Development Guide" HOMEPAGE="https://devmanual.gentoo.org/" |
