diff options
author | 2021-04-16 14:51:30 +0100 | |
---|---|---|
committer | 2021-04-18 07:01:58 +0100 | |
commit | 62a7efc0ef20591f8a88ecfde5041649db815646 (patch) | |
tree | b9029b691fc542e1d122b1936bb4a475c2e27693 /dev-vcs | |
parent | dev-util/visual-regexp: eutils->{desktop, edos2unix, epatch} (diff) | |
download | gentoo-62a7efc0ef20591f8a88ecfde5041649db815646.tar.gz gentoo-62a7efc0ef20591f8a88ecfde5041649db815646.tar.bz2 gentoo-62a7efc0ef20591f8a88ecfde5041649db815646.zip |
dev-vcs/cvsspam: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsspam/cvsspam-0.2.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild index dfded9ed2600..a45ae40b915d 100644 --- a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild +++ b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Utility to send colored HTML CVS-mails" HOMEPAGE="http://www.badgers-in-foil.co.uk/projects/cvsspam/" |