commit:     c5e11cd20e948cfed460e2737ae0ec279a39bbed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 18:42:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 18:59:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e11cd2

net-analyzer/snortsam: eutils->epatch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/snortsam/snortsam-2.70.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/snortsam/snortsam-2.70.ebuild 
b/net-analyzer/snortsam/snortsam-2.70.ebuild
index 800c7f6f08e..f32b3f6db2e 100644
--- a/net-analyzer/snortsam/snortsam-2.70.ebuild
+++ b/net-analyzer/snortsam/snortsam-2.70.ebuild
@@ -1,21 +1,20 @@
-# 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 flag-o-matic toolchain-funcs vcs-clean
+inherit epatch flag-o-matic toolchain-funcs vcs-clean
 
 DESCRIPTION="Snort plugin that allows automated blocking of IP addresses on 
several firewalls"
 HOMEPAGE="http://www.snortsam.net/";
 SRC_URI="http://www.snortsam.net/files/snortsam/${PN}-src-${PV}.tar.gz";
+S="${WORKDIR}"/${PN}
 
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
 IUSE="debug"
 
-S=${WORKDIR}/${PN}
-
 src_prepare() {
        epatch "${FILESDIR}"/${P}-gentoo.patch
        ecvs_clean

Reply via email to