diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-17 13:45:49 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-17 14:03:40 +0100 |
commit | 10a81b7b3ddbff11c6d3074641cbed3a3adf683f (patch) | |
tree | d8e3e8d8d556b44d5785fff76d17c88d0927f0a2 /app-emulation | |
parent | sys-kernel/gentoo-sources: Linux version bumps (diff) | |
download | gentoo-10a81b7b3ddbff11c6d3074641cbed3a3adf683f.tar.gz gentoo-10a81b7b3ddbff11c6d3074641cbed3a3adf683f.tar.bz2 gentoo-10a81b7b3ddbff11c6d3074641cbed3a3adf683f.zip |
app-emulation/protontricks: add 1.6.1, drop 1.5.2
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/protontricks/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/protontricks/protontricks-1.6.1.ebuild (renamed from app-emulation/protontricks/protontricks-1.5.2.ebuild) | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-emulation/protontricks/Manifest b/app-emulation/protontricks/Manifest index e91938f98fd5..068446b056f4 100644 --- a/app-emulation/protontricks/Manifest +++ b/app-emulation/protontricks/Manifest @@ -1,2 +1,2 @@ -DIST protontricks-1.5.2.tar.gz 49590 BLAKE2B 9a4f6b5869d2d23d104c3785a99549e74168d7dea429bed78ed00029ed6431460bab2c8fdd4f3905943b3e93075dea4bc9b0bf472f0044e5cbae3c335d128c12 SHA512 9e57c7ea61ae9a6638ee967041672a85962c9210fe329600bf30ab78f46b2a23cc6f859fb78e50e94686794b3fad81185d83222ca8f67e1dc73b578df7dcd411 DIST protontricks-1.6.0.tar.gz 61220 BLAKE2B 8a9af6f8cc134ad0e74b4c5e6c35bc8344687e65cc9811ca54402b16f723264cef8def6e733a532fd412db51d0ec63533baec52699ae994a97ecad0a25ebe847 SHA512 7276d7de1f0c18afc5c67552290888e3851bd5f073bbbf684000be66c2e65abac84b079373b120ff0ab6e4f4919caf8ee1288a2320de6c37629cb1185dfbea29 +DIST protontricks-1.6.1.tar.gz 134499 BLAKE2B 3b4dc17e608b087e53ac240008d930a8012df0c2a8f36a2adee7ca7c138e5ce1b52f59be400cae8e982711b149ce0f8c233ba594740de82616d7df0b831cf8eb SHA512 5aebe4578e3f47476022d6a2c0e575ca6e32b7ea0f69858ce42ebd1857963664429b05825505565eef4b9c92f1d5ed640f47b4c25772ac0827ac76ddf3231e25 diff --git a/app-emulation/protontricks/protontricks-1.5.2.ebuild b/app-emulation/protontricks/protontricks-1.6.1.ebuild index 9db87c7635ec..8d5b64ec1811 100644 --- a/app-emulation/protontricks/protontricks-1.5.2.ebuild +++ b/app-emulation/protontricks/protontricks-1.6.1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -15,7 +14,7 @@ SRC_URI="https://github.com/Matoking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="+gui" RDEPEND="app-emulation/winetricks |