diff options
author | Rick Farina <zerochaos@gentoo.org> | 2024-05-21 12:20:31 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2024-05-21 12:20:31 -0400 |
commit | dc53ff4ef0aeb155aefccc9e230575d0deb871c6 (patch) | |
tree | 364bbf83e3c2dd9b95d5cdd2238560ce75301f78 /app-editors/qhexedit2 | |
parent | app-editors/qhexedit2: add missing dep (diff) | |
download | gentoo-dc53ff4ef0aeb155aefccc9e230575d0deb871c6.tar.gz gentoo-dc53ff4ef0aeb155aefccc9e230575d0deb871c6.tar.bz2 gentoo-dc53ff4ef0aeb155aefccc9e230575d0deb871c6.zip |
app-editors/qhexedit2: reorder variables for pkgcheck
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild | 3 |
1 files changed, 1 insertions, 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)" \ |