commit: 9cd2843910d3ef20ae2e6052a436210a035c8e5d Author: Marcin Woźniak <y0rune <AT> aol <DOT> com> AuthorDate: Sun Apr 25 14:01:38 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Apr 25 14:15:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cd28439
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 <AT> aol.com> 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 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"
