summaryrefslogtreecommitdiff
path: root/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-01 00:00:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-01 00:00:05 +0100
commit3d12b65aa1b4bb8b02b1f8d3e77bccf230b79a09 (patch)
treecb6347688c91bfbdebe49a78a55dad3d72cc193e /sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild
parent4c2b70adc6484c35ff05e412de08a7b7f50cfb34 (diff)
gentoo auto-resync : 01:05:2024 - 00:00:04
Diffstat (limited to 'sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild')
-rw-r--r--sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild
index 30f0a65b08bb..ec3f2baf9002 100644
--- a/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild
+++ b/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit readme.gentoo-r1 autotools perl-functions python-single-r1 udev
@@ -12,7 +12,7 @@ FW_PV="2008-08-10"
DESCRIPTION="Driver library for GPIB (IEEE 488.2) hardware"
HOMEPAGE="https://linux-gpib.sourceforge.io/"
-SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz
+SRC_URI="https://downloads.sourceforge.net/linux-gpib/${P}.tar.gz
firmware? ( https://linux-gpib.sourceforge.io/firmware/gpib_firmware-${FW_PV}.tar.gz )
"
S="${WORKDIR}/${PN}-user-${PV}"