diff options
author | 2021-11-25 21:12:58 +0100 | |
---|---|---|
committer | 2021-11-25 21:26:05 +0100 | |
commit | 398a2d00900c97be0bea1acb465c308e04d45d1f (patch) | |
tree | e13e7590dc35f2db579912dfe288ca32097afc16 /net-misc/gallery-dl | |
parent | app-office/libreoffice-bin-debug: Version bump 7.1.7.2 (diff) | |
download | gentoo-398a2d00900c97be0bea1acb465c308e04d45d1f.tar.gz gentoo-398a2d00900c97be0bea1acb465c308e04d45d1f.tar.bz2 gentoo-398a2d00900c97be0bea1acb465c308e04d45d1f.zip |
net-misc/gallery-dl: use EAPI 8 in live
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index fec914ad2ced..5ceaa421ee3b 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=(python3_{8,9}) PYTHON_REQ_USE="sqlite,ssl,xml" |