Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
app-editors/qhexedit2: reorder variables for pkgcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Farina <[email protected]>
  • Loading branch information
ZeroChaos- committed May 21, 2024
1 parent fe029d8 commit dc53ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)" \
Expand Down

0 comments on commit dc53ff4

Please sign in to comment.