diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-24 09:45:09 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-24 20:52:08 +0200 |
commit | 9756989a227340b096095547aaf2f57516bc16ae (patch) | |
tree | 2f38f0448db05215dbf967c02fbc158726435658 /media-libs/libiptcdata | |
parent | sys-kernel/bliss-initramfs: bump python 3.{9,10} (diff) | |
download | gentoo-9756989a227340b096095547aaf2f57516bc16ae.tar.gz gentoo-9756989a227340b096095547aaf2f57516bc16ae.tar.bz2 gentoo-9756989a227340b096095547aaf2f57516bc16ae.zip |
media-libs/libiptcdata: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/libiptcdata')
-rw-r--r-- | media-libs/libiptcdata/libiptcdata-1.0.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/libiptcdata/libiptcdata-1.0.5.ebuild b/media-libs/libiptcdata/libiptcdata-1.0.5.ebuild index eae3fa541b66..1961327c95c1 100644 --- a/media-libs/libiptcdata/libiptcdata-1.0.5.ebuild +++ b/media-libs/libiptcdata/libiptcdata-1.0.5.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=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-single-r1 @@ -15,6 +15,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 sparc x86" IUSE="doc examples nls python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" nls? ( virtual/libintl ) @@ -26,8 +27,6 @@ BDEPEND=" nls? ( >=sys-devel/gettext-0.13.1 ) " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - pkg_setup() { use python && python-single-r1_pkg_setup } |