commit: dc53ff4ef0aeb155aefccc9e230575d0deb871c6 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Tue May 21 16:20:31 2024 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Tue May 21 16:20:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc53ff4e
app-editors/qhexedit2: reorder variables for pkgcheck Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild index 5a8f47ea5c48..8d04bc22466a 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Hex editor library, Qt application written in C++ with Python bindi HOMEPAGE="https://github.com/Simsys/qhexedit2/" SRC_URI="https://github.com/Simsys/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~riscv x86" @@ -46,8 +47,6 @@ BDEPEND=" ) " -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - src_prepare() { default sed -i -e '/^unix:DESTDIR/ d' -e "\$atarget.path = /usr/$(get_libdir)" \
