summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/calamares/calamares-3.1.9-r1.ebuild (renamed from app-admin/calamares/calamares-3.1.9.ebuild)4
-rw-r--r--app-misc/calamares-runtime/calamares-runtime-1710-r2.ebuild (renamed from app-misc/calamares-runtime/calamares-runtime-1710-r1.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/calamares/calamares-3.1.9.ebuild b/app-admin/calamares/calamares-3.1.9-r1.ebuild
index 6475e2ac..ea68b7a5 100644
--- a/app-admin/calamares/calamares-3.1.9.ebuild
+++ b/app-admin/calamares/calamares-3.1.9-r1.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python3_5 )
+PYTHON_COMPAT=( python3_{4,5,6} )
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_5]
+ >=dev-libs/boost-1.55.0-r2[${PYTHON_USEDEP}]
)
>=dev-qt/designer-5.6.0:5
>=dev-qt/linguist-tools-5.6.0:5
diff --git a/app-misc/calamares-runtime/calamares-runtime-1710-r1.ebuild b/app-misc/calamares-runtime/calamares-runtime-1710-r2.ebuild
index eb5b5c4c..af9080a1 100644
--- a/app-misc/calamares-runtime/calamares-runtime-1710-r1.ebuild
+++ b/app-misc/calamares-runtime/calamares-runtime-1710-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python3_5 )
+PYTHON_COMPAT=( python3_{4,5,6} )
DESCRIPTION="Calamares distribution-independent installer framework runtime meta-package (containing all the runtime dependencies)"
SRC_URI=""
@@ -17,7 +17,7 @@ IUSE="+branding +python"
DEPEND=""
RDEPEND="
python? (
- >=dev-libs/boost-1.55.0-r2[python_targets_python3_5]
+ >=dev-libs/boost-1.55.0-r2[${PYTHON_USEDEP}]
)
branding? ( >=x11-themes/redcore-artwork-calamares-1.0 )
>=app-misc/calamares-config-redcore-1.0