diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 02:00:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:37 +0100 |
commit | a78824c10d693e93aa379ceac82142b20519d862 (patch) | |
tree | aec7f309e2ef9ca4250745fb22d5ea7731c086aa /net-nntp | |
parent | net-nds/shelldap: eutils-- (diff) | |
download | gentoo-a78824c10d693e93aa379ceac82142b20519d862.tar.gz gentoo-a78824c10d693e93aa379ceac82142b20519d862.tar.bz2 gentoo-a78824c10d693e93aa379ceac82142b20519d862.zip |
net-nntp/newspost: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/newspost/newspost-2.1.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/newspost/newspost-2.1.1-r3.ebuild b/net-nntp/newspost/newspost-2.1.1-r3.ebuild index 20161ec62506..0bcce1c68dc6 100644 --- a/net-nntp/newspost/newspost-2.1.1-r3.ebuild +++ b/net-nntp/newspost/newspost-2.1.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="A usenet binary autoposter for unix" HOMEPAGE="http://newspost.unixcab.org/" |