diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-05-20 14:01:42 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-05-20 14:09:41 +0200 |
commit | a3305c67b7ba428c8a624a415be3810cf586ab1c (patch) | |
tree | 17e6a0e20b3d86fa8d0fb452139847de38730b74 /media-gfx | |
parent | dev-python/libnacl: Bump to 1.8.0 (diff) | |
download | gentoo-a3305c67b7ba428c8a624a415be3810cf586ab1c.tar.gz gentoo-a3305c67b7ba428c8a624a415be3810cf586ab1c.tar.bz2 gentoo-a3305c67b7ba428c8a624a415be3810cf586ab1c.zip |
media-gfx/mcomix: update EAPI 7 -> 8
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/mcomix/mcomix-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/mcomix/mcomix-9999.ebuild b/media-gfx/mcomix/mcomix-9999.ebuild index b489652caa29..516e343c3014 100644 --- a/media-gfx/mcomix/mcomix-9999.ebuild +++ b/media-gfx/mcomix/mcomix-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop git-r3 python-r1 xdg DESCRIPTION="GTK image viewer for comic book archives" |