diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-06-24 10:21:02 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-06-24 10:21:33 +0200 |
commit | f8adf5d1c64ece2fccc3d00baf35a26929948af7 (patch) | |
tree | 5d737b08e24a18730e7ea35e4b9f8908ed073c88 /app-editors/e3/e3-2.8.2.ebuild | |
parent | dev-python/flask-mail: Fix mistakenly removed mock dep (diff) | |
download | gentoo-f8adf5d1c64ece2fccc3d00baf35a26929948af7.tar.gz gentoo-f8adf5d1c64ece2fccc3d00baf35a26929948af7.tar.bz2 gentoo-f8adf5d1c64ece2fccc3d00baf35a26929948af7.zip |
app-editors/e3: Drop strip restriction.
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 <ulm@gentoo.org>
Diffstat (limited to 'app-editors/e3/e3-2.8.2.ebuild')
-rw-r--r-- | app-editors/e3/e3-2.8.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild index b554e85be62a..b6a0ab831345 100644 --- a/app-editors/e3/e3-2.8.2.ebuild +++ b/app-editors/e3/e3-2.8.2.ebuild @@ -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" @@ -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() { |