Skip to content

Commit

Permalink
app-editors/e3: Drop strip restriction.
Browse files Browse the repository at this point in the history
Disable stripping by the build system.

Closes: https://bugs.gentoo.org/729378
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jun 24, 2020
1 parent 9ac40a2 commit f8adf5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-editors/e3/e3-2.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* amd64 x86"
RESTRICT="strip"

BDEPEND=">=dev-lang/nasm-2.09.04"

Expand All @@ -22,7 +21,7 @@ PATCHES=("${FILESDIR}"/${P}-makefile.patch)
QA_FLAGS_IGNORED="/usr/bin/e3" #726484

src_compile() {
emake -- $(usex amd64 64 32) LD="$(tc-getLD)"
emake -- $(usex amd64 64 32) LD="$(tc-getLD)" DEBUG=true
}

src_install() {
Expand Down

0 comments on commit f8adf5d

Please sign in to comment.