diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-04-17 17:55:14 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-17 17:56:31 +0300 |
commit | 0be049b3a005d398ea75456b7eae1e1e430e16e8 (patch) | |
tree | 6d731e0cda55032f005be0a8b30cdad592962de6 /media-libs | |
parent | media-gfx/blender: add cython dep for 3.1.2 (diff) | |
download | gentoo-0be049b3a005d398ea75456b7eae1e1e430e16e8.tar.gz gentoo-0be049b3a005d398ea75456b7eae1e1e430e16e8.tar.bz2 gentoo-0be049b3a005d398ea75456b7eae1e1e430e16e8.zip |
media-libs/partio: update EAPI 7 -> 8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/partio/partio-1.14.6.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-libs/partio/partio-1.14.6.ebuild b/media-libs/partio/partio-1.14.6.ebuild index 56e1661b9618..0243fd333389 100644 --- a/media-libs/partio/partio-1.14.6.ebuild +++ b/media-libs/partio/partio-1.14.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 if [[ ${PV} == *9999 ]]; then @@ -24,7 +24,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} media-libs/freeglut - sys-libs/zlib:= + media-libs/glu + sys-libs/zlib virtual/opengl " |