diff options
author | David Seifert <soap@gentoo.org> | 2019-12-26 16:38:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-26 16:38:33 +0100 |
commit | f798b1ff41d3b070cb14673e37664bdcd3c332a1 (patch) | |
tree | ee3e1759b4f043720f822f1008b5b016c14ac438 /games-arcade/solarwolf | |
parent | games-arcade/funnyboat: Remove py3.8 for now (diff) | |
download | gentoo-f798b1ff41d3b070cb14673e37664bdcd3c332a1.tar.gz gentoo-f798b1ff41d3b070cb14673e37664bdcd3c332a1.tar.bz2 gentoo-f798b1ff41d3b070cb14673e37664bdcd3c332a1.zip |
games-arcade/solarwolf: Remove py3.8 for now
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild index 8f291786f9cb..58715f576cc4 100644 --- a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit desktop eutils python-r1 |