Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/heirloom-mailx/
Date: Sun, 25 Apr 2021 20:28:25
Message-Id: 1619360155.9cd2843910d3ef20ae2e6052a436210a035c8e5d.andrewammerlaan@gentoo
1 commit: 9cd2843910d3ef20ae2e6052a436210a035c8e5d
2 Author: Marcin Woźniak <y0rune <AT> aol <DOT> com>
3 AuthorDate: Sun Apr 25 14:01:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Apr 25 14:15:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cd28439
7
8 mail-client/heirloom-mailx: Fix problem with strip
9
10 I added the sys-libs/binutils-libs into ebuild.
11 I had also tested it in the diffrent env and it works too.
12
13 Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>
14 Closes: https://bugs.gentoo.org/784863
15 Closes: https://bugs.gentoo.org/783672
16 Closes: https://bugs.gentoo.org/784440
17
18 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
22 index 1fbbcf75e..cff65a63a 100644
23 --- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
24 +++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
25 @@ -11,6 +11,7 @@ KEYWORDS="~amd64"
26
27 DEPEND="net-libs/liblockfile
28 dev-libs/libbsd
29 + sys-libs/binutils-libs
30 virtual/mta
31 mail-client/mailx-support
32 dev-libs/openssl"