mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/oinkmaster: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Rule management for SNORT"
|
||||
SRC_URI="mirror://sourceforge/oinkmaster/${P}.tar.gz"
|
||||
@@ -14,11 +13,11 @@ KEYWORDS="amd64 ~arm ppc sparc x86"
|
||||
IUSE="X"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/perl-5.6.1
|
||||
X? ( dev-perl/Tk )
|
||||
net-misc/wget
|
||||
app-arch/tar
|
||||
app-arch/gzip
|
||||
app-arch/tar
|
||||
>=dev-lang/perl-5.6.1
|
||||
net-misc/wget
|
||||
X? ( dev-perl/Tk )
|
||||
"
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user