From 1db4ece1cebecc6891b9a9c8869ea9230a293698 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 5 Feb 2021 20:30:45 +0100 Subject: games-emulation/sdlmame: claim that it works with python3. all: Drop python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-portage/etcat/etcat-1.0.2.ebuild | 4 ++-- app-portage/etcat/etcat-99999999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-portage') 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*) -- cgit v1.2.3-65-gdbad