summaryrefslogtreecommitdiff
path: root/sci-libs/plplot/plplot-5.15.0_p6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/plplot/plplot-5.15.0_p6.ebuild')
-rw-r--r--sci-libs/plplot/plplot-5.15.0_p6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0_p6.ebuild b/sci-libs/plplot/plplot-5.15.0_p6.ebuild
index 7608ead0153c..57b6884acdff 100644
--- a/sci-libs/plplot/plplot-5.15.0_p6.ebuild
+++ b/sci-libs/plplot/plplot-5.15.0_p6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
WX_GTK_VER=3.2-gtk3
FORTRAN_NEEDED=fortran
LUA_COMPAT=( lua5-1 )
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
# fails with ninja, due to USE=java missing swig output dependencies
CMAKE_MAKEFILE_GENERATOR=emake
@@ -14,7 +14,7 @@ inherit cmake flag-o-matic fortran-2 java-pkg-opt-2 lua-single python-single-r1
DESCRIPTION="Multi-language scientific plotting library"
HOMEPAGE="https://plplot.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P/_p*}.tar.gz
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P/_p*}.tar.gz
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}+dfsg2-${PV/*_p}.debian.tar.xz"
S="${WORKDIR}/${P/_p*}"