diff options
author | turret <turret@duck.com> | 2022-12-25 01:40:36 -0600 |
---|---|---|
committer | turret <turret@duck.com> | 2022-12-25 01:40:36 -0600 |
commit | 8fb32d67115827d5805de161f50d207111f06e2b (patch) | |
tree | 95e78978637ddcbd792153a4e316966c015d8459 | |
parent | ac090484e314a94094a2f1afdc2230abd0ed698a (diff) | |
download | portage-overlay-8fb32d67115827d5805de161f50d207111f06e2b.tar.gz portage-overlay-8fb32d67115827d5805de161f50d207111f06e2b.tar.bz2 portage-overlay-8fb32d67115827d5805de161f50d207111f06e2b.zip |
wine tkg EAPI 7
-rw-r--r-- | app-emulation/wine-tkg/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/wine-tkg/wine-tkg-7.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine-tkg/Manifest b/app-emulation/wine-tkg/Manifest index 6993e33..f940105 100644 --- a/app-emulation/wine-tkg/Manifest +++ b/app-emulation/wine-tkg/Manifest @@ -1,2 +1,2 @@ DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d SHA512 a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96 -EBUILD wine-tkg-7.1.ebuild 17356 BLAKE2B a8e0b4b27642405bffe056715264f6fc8732ff481a5113c77fd940e9ae2fc80430edc24a587d059a6e72162d803a66404f299ece36bb1b5031e61f2dbbf43555 SHA512 7ffcddf1818fab6a3650170a7563770905484044c87bb0a0cd8b6a7982bd8ac6f786ed5676f6181a53dd7b2fd3f08736f53dfb4fa133b6da45859b80b0b0f98f +EBUILD wine-tkg-7.1.ebuild 17346 BLAKE2B 22ecebfcd16024c2f791ed31ced4d2b2237046b075eae14e8473789846bac161f667918013f8b16ca39a53d2638d3611602b0bb8044db96ef13c13910a8ae07c SHA512 2a98abef1a29496d5c6b51dece69620d49b27924b75835890cf0b98a14cb6a380bab4ea0c144829b2ed9c7f400569ff13d6984e188ec9e40b17876c65cce6d07 diff --git a/app-emulation/wine-tkg/wine-tkg-7.1.ebuild b/app-emulation/wine-tkg/wine-tkg-7.1.ebuild index 8662564..bf9dd82 100644 --- a/app-emulation/wine-tkg/wine-tkg-7.1.ebuild +++ b/app-emulation/wine-tkg/wine-tkg-7.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils +inherit autotools estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" |