diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:34:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:39 +0100 |
commit | 3ebf3ff613b57b4b3fe824273eb018521ea8749e (patch) | |
tree | 64dc40651693876e552f36619e5bc4943c6272bd /net-mail | |
parent | net-libs/rest: eutils-- (diff) | |
download | gentoo-3ebf3ff613b57b4b3fe824273eb018521ea8749e.tar.gz gentoo-3ebf3ff613b57b4b3fe824273eb018521ea8749e.tar.bz2 gentoo-3ebf3ff613b57b4b3fe824273eb018521ea8749e.zip |
net-mail/asmail: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/asmail/asmail-2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild b/net-mail/asmail/asmail-2.1-r1.ebuild index 352f73df0041..d018d7a0ea89 100644 --- a/net-mail/asmail/asmail-2.1-r1.ebuild +++ b/net-mail/asmail/asmail-2.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit toolchain-funcs eutils +inherit epatch toolchain-funcs -DESCRIPTION="a small mail monitor similar to xbiff" +DESCRIPTION="A small mail monitor similar to xbiff" HOMEPAGE="http://www.tigr.net" SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz" |