From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5A701382C5 for ; Wed, 24 Jun 2020 08:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4DBFE08F2; Wed, 24 Jun 2020 08:22:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88580E08F2 for ; Wed, 24 Jun 2020 08:22:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1760E34F17F for ; Wed, 24 Jun 2020 08:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D88175 for ; Wed, 24 Jun 2020 08:22:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1592986893.f8adf5d1c64ece2fccc3d00baf35a26929948af7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/e3/e3-2.8.2.ebuild X-VCS-Directories: app-editors/e3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f8adf5d1c64ece2fccc3d00baf35a26929948af7 X-VCS-Branch: master Date: Wed, 24 Jun 2020 08:22:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0aeddb2-2ebc-4332-8603-7431962f6d00 X-Archives-Hash: 8f42e25e40fea9d9248c224fcbc0c064 commit: f8adf5d1c64ece2fccc3d00baf35a26929948af7 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 24 08:21:02 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 24 08:21:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adf5d1 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 gentoo.org> app-editors/e3/e3-2.8.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild index b554e85be62..b6a0ab83134 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() {