commit:     0be049b3a005d398ea75456b7eae1e1e430e16e8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 14:55:14 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 14:56:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be049b3

media-libs/partio: update EAPI 7 -> 8

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/partio/partio-1.14.6.ebuild | 9 +++++----
 1 file 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
 "
 

Reply via email to