diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 02:28:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 02:29:45 +0100 |
commit | 19fcbdf5c7ae2c91244387ef35768b3c4dd6ca1f (patch) | |
tree | 2d4e8b4db08a090449eccc46d845702e251fc7b0 /sys-libs | |
parent | sci-electronics/irsim: add github upstream metadata (diff) | |
download | gentoo-19fcbdf5c7ae2c91244387ef35768b3c4dd6ca1f.tar.gz gentoo-19fcbdf5c7ae2c91244387ef35768b3c4dd6ca1f.tar.bz2 gentoo-19fcbdf5c7ae2c91244387ef35768b3c4dd6ca1f.zip |
sys-libs/libieee1284: fix SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild index b7fc64b2ef0b..119007511067 100644 --- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild +++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.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="7" @@ -7,7 +7,7 @@ inherit autotools multilib-minimal DESCRIPTION="Library to query devices using IEEE1284" HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |