Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/
Date: Fri, 31 May 2019 13:00:38
Message-Id: 1559307630.e88cca73b39de0a3e38e83ee6d0013ccafdafcc6.jer@gentoo
1 commit: e88cca73b39de0a3e38e83ee6d0013ccafdafcc6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 12:46:37 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 13:00:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88cca73
7
8 net-analyzer/nmap: Update live ebuild
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/nmap/nmap-9999.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
17 index c282246d451..6b625c9459b 100644
18 --- a/net-analyzer/nmap/nmap-9999.ebuild
19 +++ b/net-analyzer/nmap/nmap-9999.ebuild
20 @@ -1,10 +1,10 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26 PYTHON_COMPAT=( python2_7 )
27 PYTHON_REQ_USE="sqlite,xml"
28 -inherit autotools flag-o-matic git-r3 python-single-r1 toolchain-funcs user
29 +inherit autotools desktop flag-o-matic git-r3 python-single-r1 toolchain-funcs user
30
31 MY_P=${P/_beta/BETA}
32
33 @@ -65,7 +65,6 @@ PATCHES=(
34 "${FILESDIR}"/${PN}-7.25-CXXFLAGS.patch
35 "${FILESDIR}"/${PN}-7.25-libpcre.patch
36 "${FILESDIR}"/${PN}-7.31-libnl.patch
37 - "${FILESDIR}"/${PN}-7.70-time.patch
38 )
39 S="${WORKDIR}/${MY_P}"