diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:32:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:17 +0100 |
commit | 8cc3623d74e06795efeedbd9595e81e05fe8799e (patch) | |
tree | b4002fe0a27abd6e8515f76d6b877204c4281711 /dev-lang/xsb | |
parent | dev-lang/interprolog: use PV in SRC_URI (diff) | |
download | gentoo-8cc3623d74e06795efeedbd9595e81e05fe8799e.tar.gz gentoo-8cc3623d74e06795efeedbd9595e81e05fe8799e.tar.bz2 gentoo-8cc3623d74e06795efeedbd9595e81e05fe8799e.zip |
dev-lang/xsb: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/xsb')
-rw-r--r-- | dev-lang/xsb/xsb-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/xsb/xsb-4.0.0.ebuild b/dev-lang/xsb/xsb-4.0.0.ebuild index e33f657a813c..cf7cf74c2ba5 100644 --- a/dev-lang/xsb/xsb-4.0.0.ebuild +++ b/dev-lang/xsb/xsb-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit autotools java-pkg-opt-2 DESCRIPTION="XSB is a logic programming and deductive database system" HOMEPAGE="http://xsb.sourceforge.net" -SRC_URI="mirror://sourceforge/xsb/XSB-4-0-0.tar.gz +SRC_URI="mirror://sourceforge/xsb/XSB-$(ver_rs 1-3 -).tar.gz https://dev.gentoo.org/~keri/distfiles/xsb/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" LICENSE="GPL-2 LGPL-2" |