diff options
author | Martin Väth <martin@mvath.de> | 2021-02-05 20:30:45 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2021-02-05 20:32:22 +0100 |
commit | 1db4ece1cebecc6891b9a9c8869ea9230a293698 (patch) | |
tree | 00ddccc7f47f4a7d55533c3a53ca155ac8176d84 /app-portage | |
parent | app-accessibility/gespeaker: Claiming that it works with python3 (diff) | |
download | mv-1db4ece1cebecc6891b9a9c8869ea9230a293698.tar.gz mv-1db4ece1cebecc6891b9a9c8869ea9230a293698.tar.bz2 mv-1db4ece1cebecc6891b9a9c8869ea9230a293698.zip |
games-emulation/sdlmame: claim that it works with python3. all: Drop python2
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/etcat/etcat-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-portage/etcat/etcat-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/etcat/etcat-1.0.2.ebuild b/app-portage/etcat/etcat-1.0.2.ebuild index 21d8c1b1..1eced863 100644 --- a/app-portage/etcat/etcat-1.0.2.ebuild +++ b/app-portage/etcat/etcat-1.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2016-2020 Martin V\"ath +# Copyright 2016-2021 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) case ${PV} in 99999999*) diff --git a/app-portage/etcat/etcat-99999999.ebuild b/app-portage/etcat/etcat-99999999.ebuild index 21d8c1b1..1eced863 100644 --- a/app-portage/etcat/etcat-99999999.ebuild +++ b/app-portage/etcat/etcat-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2016-2020 Martin V\"ath +# Copyright 2016-2021 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) case ${PV} in 99999999*) |