diff options
author | Marcin Woźniak <y0rune@aol.com> | 2021-04-25 16:01:38 +0200 |
---|---|---|
committer | Marcin Woźniak <y0rune@aol.com> | 2021-04-25 16:15:55 +0200 |
commit | 9cd2843910d3ef20ae2e6052a436210a035c8e5d (patch) | |
tree | ffd5079a821ca9f92b42ef4d66e2e54a6599bc60 /mail-client | |
parent | net-misc/purritobin: fix tests (diff) | |
download | guru-9cd2843910d3ef20ae2e6052a436210a035c8e5d.tar.gz guru-9cd2843910d3ef20ae2e6052a436210a035c8e5d.tar.bz2 guru-9cd2843910d3ef20ae2e6052a436210a035c8e5d.zip |
mail-client/heirloom-mailx: Fix problem with strip
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 <y0rune@aol.com>
Closes: https://bugs.gentoo.org/784863
Closes: https://bugs.gentoo.org/783672
Closes: https://bugs.gentoo.org/784440
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild index 1fbbcf75e..cff65a63a 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" |