summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-03-15 15:59:57 -0400
committerMike Gilbert <floppym@gentoo.org>2018-03-15 15:59:57 -0400
commitfc8660bab8dc8f9d5248155a1cb88748b0fd51fd (patch)
treede2085e293b9ab9ade1a2dced75a606fd567e327 /dev-util/meson
parentnet-analyzer/prometheus-redis_exporter: fix SRC_URI (bug 650582) (diff)
downloadgentoo-fc8660bab8dc8f9d5248155a1cb88748b0fd51fd.tar.gz
gentoo-fc8660bab8dc8f9d5248155a1cb88748b0fd51fd.tar.bz2
gentoo-fc8660bab8dc8f9d5248155a1cb88748b0fd51fd.zip
dev-util/meson: drop python3.4 support
https://github.com/mesonbuild/meson/pull/2755 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
Diffstat (limited to 'dev-util/meson')
-rw-r--r--dev-util/meson/meson-0.45.0.ebuild2
-rw-r--r--dev-util/meson/meson-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/meson/meson-0.45.0.ebuild b/dev-util/meson/meson-0.45.0.ebuild
index 07877ea87db0..37aab5a3b433 100644
--- a/dev-util/meson/meson-0.45.0.ebuild
+++ b/dev-util/meson/meson-0.45.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson"
diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild
index 07877ea87db0..37aab5a3b433 100644
--- a/dev-util/meson/meson-9999.ebuild
+++ b/dev-util/meson/meson-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson"