diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:39:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:30 +0100 |
commit | e325dbcdd64f29fbc7c31f088515b61bed150f1a (patch) | |
tree | 34f70dcdcb4ea608cffeba4295aecbd962484028 /app-misc/srm/srm-1.2.15.ebuild | |
parent | app-misc/sphinx: eutils->epatch (diff) | |
download | gentoo-e325dbcdd64f29fbc7c31f088515b61bed150f1a.tar.gz gentoo-e325dbcdd64f29fbc7c31f088515b61bed150f1a.tar.bz2 gentoo-e325dbcdd64f29fbc7c31f088515b61bed150f1a.zip |
app-misc/srm: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/srm/srm-1.2.15.ebuild')
-rw-r--r-- | app-misc/srm/srm-1.2.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/srm/srm-1.2.15.ebuild b/app-misc/srm/srm-1.2.15.ebuild index c4fef52773d4..a086636c2048 100644 --- a/app-misc/srm/srm-1.2.15.ebuild +++ b/app-misc/srm/srm-1.2.15.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="A command-line compatible rm which destroys file contents before unlinking" HOMEPAGE="https://sourceforge.net/projects/srm/" |