diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 06:46:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 06:47:03 +0000 |
commit | 539d3054c82a63a61f7e58530a89acd8be0a0e76 (patch) | |
tree | 0a985143263968ed17d089ce79a895fdf6036e61 /net-mail/email | |
parent | net-mail/email: EAPI bump, fix clang16 configure (diff) | |
download | gentoo-539d3054c82a63a61f7e58530a89acd8be0a0e76.tar.gz gentoo-539d3054c82a63a61f7e58530a89acd8be0a0e76.tar.bz2 gentoo-539d3054c82a63a61f7e58530a89acd8be0a0e76.zip |
net-mail/email: adjust ebuild structure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/email')
-rw-r--r-- | net-mail/email/email-3.1.3-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |