summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-16 19:34:10 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-16 19:34:51 +0200
commit57b2256c08c5f63cd36e78280a55a3ccd56f198e (patch)
tree9f3ec49f2395a3d9ca2b230a4c773131d42eb30c /sys-apps/portage/portage-9999.ebuild
parentsys-apps/portage: Bump the live ebuild to EAPI=6 (diff)
downloadgentoo-57b2256c08c5f63cd36e78280a55a3ccd56f198e.tar.gz
gentoo-57b2256c08c5f63cd36e78280a55a3ccd56f198e.tar.bz2
gentoo-57b2256c08c5f63cd36e78280a55a3ccd56f198e.zip
sys-apps/portage: Drop py3.3 from PYTHON_COMPAT
Diffstat (limited to 'sys-apps/portage/portage-9999.ebuild')
-rw-r--r--sys-apps/portage/portage-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index 5e2c76aee65c..ce2b5041babf 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=(
pypy
- python3_3 python3_4 python3_5 python3_6
+ python3_4 python3_5 python3_6
python2_7
)
PYTHON_REQ_USE='bzip2(+),threads(+)'