From 9cd2843910d3ef20ae2e6052a436210a035c8e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 25 Apr 2021 16:01:38 +0200 Subject: [PATCH] mail-client/heirloom-mailx: Fix problem with strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added the sys-libs/binutils-libs into ebuild. I had also tested it in the diffrent env and it works too. Signed-off-by: Marcin Woźniak Closes: https://bugs.gentoo.org/784863 Closes: https://bugs.gentoo.org/783672 Closes: https://bugs.gentoo.org/784440 --- mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild index 1fbbcf75e6..cff65a63a8 100644 --- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild +++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild @@ -11,6 +11,7 @@ KEYWORDS="~amd64" DEPEND="net-libs/liblockfile dev-libs/libbsd + sys-libs/binutils-libs virtual/mta mail-client/mailx-support dev-libs/openssl"