diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-05 14:06:16 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-05 14:06:16 -0500 |
commit | c57c94e3d17a2d96146044402930f4fc4e801c5c (patch) | |
tree | 96e7b6aa8bf9b9d24ad1000c4d4091919d687a5f /dev-util/gtk-doc | |
parent | gnome-base/gnome-desktop: Version bump to 3.38.2 (diff) | |
download | gentoo-c57c94e3d17a2d96146044402930f4fc4e801c5c.tar.gz gentoo-c57c94e3d17a2d96146044402930f4fc4e801c5c.tar.bz2 gentoo-c57c94e3d17a2d96146044402930f4fc4e801c5c.zip |
dev-util/gtk-doc: Bump EAPI
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.33.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.33.1.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.1.ebuild index 1843c7f65e7c..793aed977cca 100644 --- a/dev-util/gtk-doc/gtk-doc-1.33.1.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.33.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) inherit elisp-common gnome.org meson python-single-r1 readme.gentoo-r1 |