From e2ff90100b4fa21166429bb0d12d5f83711bc681 Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Thu, 11 Feb 2021 12:14:29 -0800 Subject: [PATCH] Fixed python line in crossover --- app-emulation/crossover-bin/Manifest | 2 +- app-emulation/crossover-bin/crossover-bin-19.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/crossover-bin/Manifest b/app-emulation/crossover-bin/Manifest index 4a4655d..4496644 100644 --- a/app-emulation/crossover-bin/Manifest +++ b/app-emulation/crossover-bin/Manifest @@ -1,3 +1,3 @@ DIST install-crossover-19.0.2.bin 227350041 BLAKE2B aeb5424ac02e05662cb4baca2caf0978296bf24184cd40e62fb351dd8420f20707d6c8c0ec683f61b63eee896b58ee923853179c8e933faf3a38384605f4c962 SHA512 6f2cf7c5f64744121b12e2d3f58742df957fbb12c95e15eaf752c0ef56094305265f3ac78b74acecbe1032f6cd42427beb70aae434b29640e7051630d9977903 -EBUILD crossover-bin-19.0.2.ebuild 4794 BLAKE2B 1e8a8483a9bb3fc08ed76cda11595cb4460b8642ce199738bc6349106584f358269b50b258f49eabc38802a3154b6fa02bb580713f8fda73f2a5febfd3311f18 SHA512 4bda088b6fa195e522433b56e37ea6fb6285438b8ec3d443b9b0349835f93e6b00365c75d2fab4be6b7ed05307792acf394397f6904761e619335a44c8bb769a +EBUILD crossover-bin-19.0.2.ebuild 4800 BLAKE2B 1a821dc838edbee25595d4eff4eb019772a57d1452813965e9399a9febdad166e69b120793da8846fb0586f60b905c66103d984a08f4a8675626638196585da0 SHA512 c2c2848fb542a43897feb1e0dbb3c20bdf3cb5cae26576ae45741ad63fb20b344d7fa71d786e4a2a23940fc47d72670322cabb81a96f2add2a0e5d6859c330fd MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a diff --git a/app-emulation/crossover-bin/crossover-bin-19.0.2.ebuild b/app-emulation/crossover-bin/crossover-bin-19.0.2.ebuild index ff3ca3d..2945dc0 100644 --- a/app-emulation/crossover-bin/crossover-bin-19.0.2.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-19.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads" inherit python-single-r1 unpacker