From de8f30f464156a9c563d1451ada8a48f5f4dc48e Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 28 Sep 2021 13:37:35 +0200 Subject: [PATCH] app-i18n/poedit: Remove unused eclass, bump EAPI to 8. --- app-i18n/poedit/poedit-3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/poedit/poedit-3.0.ebuild b/app-i18n/poedit/poedit-3.0.ebuild index 099d041..47381ed 100644 --- a/app-i18n/poedit/poedit-3.0.ebuild +++ b/app-i18n/poedit/poedit-3.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW" WX_GTK_VER=3.0-gtk3 -inherit gnome2-utils plocale wxwidgets xdg +inherit plocale wxwidgets xdg DESCRIPTION="GUI gettext translations editor" HOMEPAGE="https://poedit.net"