commit: 539d3054c82a63a61f7e58530a89acd8be0a0e76 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 22 06:46:00 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 22 06:47:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539d3054
net-mail/email: adjust ebuild structure Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/email/email-3.1.3-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/email/email-3.1.3-r2.ebuild b/net-mail/email/email-3.1.3-r2.ebuild index 5c2707adb62f..a8f0acd224d9 100644 --- a/net-mail/email/email-3.1.3-r2.ebuild +++ b/net-mail/email/email-3.1.3-r2.ebuild @@ -6,10 +6,11 @@ EAPI=8 DESCRIPTION="Advanced CLI tool for sending email" HOMEPAGE="https://github.com/deanproxy/eMail" SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 x86" + PATCHES=( "${FILESDIR}"/${PN}-3.1.3-fno-common.patch "${FILESDIR}"/${PN}-3.1.3-fix-clang16-configure.patch
