commit: 0f1e8046275ec2e40c276401afde4b54b267b920 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu Jan 9 21:32:10 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu Jan 9 21:38:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1e8046
net-mail/asmail: respect LDFLAGS The LDFLAGS was ommited in r3 revision, but it is still required. Closes: https://bugs.gentoo.org/921262 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-mail/asmail/{asmail-2.1-r3.ebuild => asmail-2.1-r4.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/asmail/asmail-2.1-r3.ebuild b/net-mail/asmail/asmail-2.1-r4.ebuild similarity index 93% rename from net-mail/asmail/asmail-2.1-r3.ebuild rename to net-mail/asmail/asmail-2.1-r4.ebuild index 29c8a3a37716..4c24bda587f2 100644 --- a/net-mail/asmail/asmail-2.1-r3.ebuild +++ b/net-mail/asmail/asmail-2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" PATCHES=( + "${FILESDIR}"/${P}-ldflags.patch "${FILESDIR}"/${P}-update-autotools.patch )
