commit: 3e37d1c31b943135dd7dbbce4e8fdbcabeff3c58 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 27 04:05:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 27 04:05:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e37d1c3
dev-libs/libcgroup: fix SRC_URI for 3.0.0-r1 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild b/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild index ab8c02a5f29f..426a7f3a4804 100644 --- a/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild +++ b/dev-libs/libcgroup/libcgroup-3.0.0-r1.ebuild @@ -7,7 +7,7 @@ inherit autotools flag-o-matic linux-info pam systemd DESCRIPTION="Tools and libraries to configure and manage kernel control groups" HOMEPAGE="https://github.com/libcgroup/libcgroup" -SRC_URI="https://github.com/libcgroup/libcgroup/releases/download/v${PV}/${P}.tar.gz" +SRC_URI="https://github.com/libcgroup/libcgroup/releases/download/v$(ver_cut 1-2)/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"
