diff options
Diffstat (limited to 'dev-libs/libxmlb')
-rw-r--r-- | dev-libs/libxmlb/libxmlb-0.1.15.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libxmlb/libxmlb-0.2.1.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/libxmlb/libxmlb-0.1.15.ebuild b/dev-libs/libxmlb/libxmlb-0.1.15.ebuild index 68409989938f..80a864311d25 100644 --- a/dev-libs/libxmlb/libxmlb-0.1.15.ebuild +++ b/dev-libs/libxmlb/libxmlb-0.1.15.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit meson python-any-r1 @@ -31,11 +31,11 @@ DEPEND=" " BDEPEND=" + ${PYTHON_DEPS} >=dev-util/meson-0.47.0 virtual/pkgconfig introspection? ( $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') - ${PYTHON_DEPS} ) " @@ -44,7 +44,7 @@ python_check_deps() { } pkg_setup() { - use introspection && python-any-r1_pkg_setup + python-any-r1_pkg_setup } src_configure() { diff --git a/dev-libs/libxmlb/libxmlb-0.2.1.ebuild b/dev-libs/libxmlb/libxmlb-0.2.1.ebuild index 30f41ec4d836..03845174fc31 100644 --- a/dev-libs/libxmlb/libxmlb-0.2.1.ebuild +++ b/dev-libs/libxmlb/libxmlb-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit meson python-any-r1 @@ -31,11 +31,11 @@ DEPEND=" " BDEPEND=" + ${PYTHON_DEPS} >=dev-util/meson-0.47.0 virtual/pkgconfig introspection? ( $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') - ${PYTHON_DEPS} ) " @@ -44,7 +44,7 @@ python_check_deps() { } pkg_setup() { - use introspection && python-any-r1_pkg_setup + python-any-r1_pkg_setup } src_configure() { |