commit: cdcf0ffa27193f02c9a590715bc49e8a2cf71322
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 6 12:42:50 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 6 12:42:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdcf0ffa
dev-util/lottieconverter: update for virtual/zlib
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
...{lottieconverter-0.2-r1.ebuild => lottieconverter-0.2-r3.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-util/lottieconverter/lottieconverter-0.2-r1.ebuild
b/dev-util/lottieconverter/lottieconverter-0.2-r3.ebuild
similarity index 86%
rename from dev-util/lottieconverter/lottieconverter-0.2-r1.ebuild
rename to dev-util/lottieconverter/lottieconverter-0.2-r3.ebuild
index 188924a487..7022304d29 100644
--- a/dev-util/lottieconverter/lottieconverter-0.2-r1.ebuild
+++ b/dev-util/lottieconverter/lottieconverter-0.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,10 +18,12 @@ DEPEND="
media-libs/giflib:=
media-libs/libpng:=
media-libs/rlottie:=
- sys-libs/zlib:=
+ virtual/zlib:=
"
RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}"/${PN}-0.2-buildtype.patch )
+
src_configure() {
local mycmakeargs=(
-DSYSTEM_PNG=ON