summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/calamares/calamares-3.1.8-r3.ebuild (renamed from app-admin/calamares/calamares-3.1.8-r2.ebuild)4
-rw-r--r--dev-python/animation/animation-0.0.3-r1.ebuild (renamed from dev-python/animation/animation-0.0.3.ebuild)2
-rw-r--r--dev-python/sh/sh-1.12.14-r1.ebuild (renamed from dev-python/sh/sh-1.12.14.ebuild)2
-rw-r--r--media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild4
4 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/calamares/calamares-3.1.8-r2.ebuild b/app-admin/calamares/calamares-3.1.8-r3.ebuild
index f23d3ce8..067d28b0 100644
--- a/app-admin/calamares/calamares-3.1.8-r2.ebuild
+++ b/app-admin/calamares/calamares-3.1.8-r3.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_5 )
inherit eutils cmake-utils python-r1
@@ -21,7 +21,7 @@ S="${WORKDIR}/${P}"
DEPEND="
python? (
- >=dev-libs/boost-1.55.0-r2[python_targets_python3_4]
+ >=dev-libs/boost-1.55.0-r2[python_targets_python3_5]
)
>=dev-qt/designer-5.6.0:5
>=dev-qt/linguist-tools-5.6.0:5
diff --git a/dev-python/animation/animation-0.0.3.ebuild b/dev-python/animation/animation-0.0.3-r1.ebuild
index 61fabb1a..d3cbcc77 100644
--- a/dev-python/animation/animation-0.0.3.ebuild
+++ b/dev-python/animation/animation-0.0.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
diff --git a/dev-python/sh/sh-1.12.14.ebuild b/dev-python/sh/sh-1.12.14-r1.ebuild
index f8b65ab4..a986554d 100644
--- a/dev-python/sh/sh-1.12.14.ebuild
+++ b/dev-python/sh/sh-1.12.14-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
diff --git a/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild b/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild
index 09bfb923..17c87fcc 100644
--- a/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild
+++ b/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_5 )
inherit eutils python-r1 distutils-r1
DESCRIPTION="FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files between all popular formats"
HOMEPAGE="https://sourceforge.net/projects/ffmulticonv/"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64"
IUSE="+ffmpeg libav +imagemagick +unoconv"
-DEPEND="dev-lang/python:3.4
+DEPEND="dev-lang/python:3.5
dev-python/PyQt5
ffmpeg? ( media-video/ffmpeg )
libav? ( media-video/libav )