diff options
Diffstat (limited to 'games-board/scid/scid-4.7.0-r1.ebuild')
-rw-r--r-- | games-board/scid/scid-4.7.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/scid/scid-4.7.0-r1.ebuild b/games-board/scid/scid-4.7.0-r1.ebuild index 2d2932211729..f3a0ec0d84b7 100644 --- a/games-board/scid/scid-4.7.0-r1.ebuild +++ b/games-board/scid/scid-4.7.0-r1.ebuild @@ -3,14 +3,14 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake desktop optfeature python-single-r1 DESCRIPTION="Shane's Chess Information Database" HOMEPAGE="https://scid.sourceforge.net/" SRC_URI=" - mirror://sourceforge/scid/${PN}-code-${PV}.zip - mirror://sourceforge/scid/${P}_x64_linux.tar.gz" + https://downloads.sourceforge.net/scid/${PN}-code-${PV}.zip + https://downloads.sourceforge.net/scid/${P}_x64_linux.tar.gz" S="${WORKDIR}/${PN}" LICENSE="GPL-2" |