commit: 421aa50a74a062be0b9057bc0f039ef3c33510fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 16:22:46 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 16:23:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421aa50a
sys-apps/moor: fix 1.33.0 src_unpack post-rename Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/moor/moor-1.33.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/moor/moor-1.33.0.ebuild b/sys-apps/moor/moor-1.33.0.ebuild index f3d8238a857f..b3e21230ef8c 100644 --- a/sys-apps/moor/moor-1.33.0.ebuild +++ b/sys-apps/moor/moor-1.33.0.ebuild @@ -9,6 +9,7 @@ DESCRIPTION="Pager designed to do the right thing without any configuration" HOMEPAGE="https://github.com/walles/moor" SRC_URI="https://github.com/walles/moor/archive/refs/tags/v${PV}.tar.gz -> moar-${PV}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/moar/moar-${PV}-deps.tar.xz" +S="${WORKDIR}"/moar-${PV} LICENSE="BSD-2 BSD MIT" # Dependent licenses
