commit: 19fcbdf5c7ae2c91244387ef35768b3c4dd6ca1f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 9 01:28:05 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 9 01:29:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fcbdf5
sys-libs/libieee1284: fix SRC_URI Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 4 ++-- 1 file 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"
