commit: d16fc7c915c80c2d11aebcf55d5e83eaefc2daf6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 17 16:58:52 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 17 16:59:10 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16fc7c9
media-libs/lilv: fix pkg_setup typo Closes: https://bugs.gentoo.org/970214 Fixes: 1c936ccb2e3280227632aa7bf7d73df09432379d Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/lilv/lilv-0.24.26-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lilv/lilv-0.24.26-r1.ebuild b/media-libs/lilv/lilv-0.24.26-r1.ebuild index 7ab608b9c37f..b47c0e901509 100644 --- a/media-libs/lilv/lilv-0.24.26-r1.ebuild +++ b/media-libs/lilv/lilv-0.24.26-r1.ebuild @@ -41,7 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND}" pkg_setup() { - use python && python-single-r1_python_setup + use python && python-single-r1_pkg_setup } src_prepare() {
