summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/scapy-python3')
-rw-r--r--dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild4
-rw-r--r--dev-python/scapy-python3/scapy-python3-0.21.ebuild4
-rw-r--r--dev-python/scapy-python3/scapy-python3-0.23.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild b/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild
index 19f431d7aecf..276805cf9ba4 100644
--- a/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild
+++ b/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_5 )
IUSE="test"
inherit distutils-r1
diff --git a/dev-python/scapy-python3/scapy-python3-0.21.ebuild b/dev-python/scapy-python3/scapy-python3-0.21.ebuild
index 7a0023d991fd..276805cf9ba4 100644
--- a/dev-python/scapy-python3/scapy-python3-0.21.ebuild
+++ b/dev-python/scapy-python3/scapy-python3-0.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_5 )
IUSE="test"
inherit distutils-r1
diff --git a/dev-python/scapy-python3/scapy-python3-0.23.ebuild b/dev-python/scapy-python3/scapy-python3-0.23.ebuild
index d93a0469a59b..cc1082e12e90 100644
--- a/dev-python/scapy-python3/scapy-python3-0.23.ebuild
+++ b/dev-python/scapy-python3/scapy-python3-0.23.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
IUSE="test"
inherit distutils-r1