commit: 3d3d016dfd165f517f81a952e66d9235e6ad45c0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Oct 23 13:29:00 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Oct 23 13:47:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3d016d
sci-libs/indilib: Workaround upstream's apparent respinning of release tar See also: https://github.com/indilib/indi/issues/2284 https://github.com/indilib/indi/issues/2286 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-libs/indilib/indilib-2.1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/indilib/indilib-2.1.6.ebuild b/sci-libs/indilib/indilib-2.1.6.ebuild index 766287fa1b5b..61a4435e6686 100644 --- a/sci-libs/indilib/indilib-2.1.6.ebuild +++ b/sci-libs/indilib/indilib-2.1.6.ebuild @@ -7,7 +7,8 @@ inherit cmake udev DESCRIPTION="INDI Astronomical Control Protocol library" HOMEPAGE="https://www.indilib.org/" -SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.gz" S="${WORKDIR}/${P/lib/}" LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
