commit: c20cd587b45dacd5f4ac191d393c816f655589f1 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Dec 15 12:37:26 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Dec 15 12:37:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c20cd587
gui-apps/organicmaps: update EAPI 7 -> 8 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> Closes: https://github.com/gentoo/guru/pull/79 gui-apps/organicmaps/organicmaps-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/organicmaps/organicmaps-9999.ebuild b/gui-apps/organicmaps/organicmaps-9999.ebuild index 14646725b8..c6ffa31784 100644 --- a/gui-apps/organicmaps/organicmaps-9999.ebuild +++ b/gui-apps/organicmaps/organicmaps-9999.ebuild @@ -1,4 +1,7 @@ -EAPI=7 +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 inherit git-r3 xdg cmake EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -10,8 +13,6 @@ LICENSE="Apache-2.0" SLOT="0" DEPEND="sys-devel/clang - >=dev-util/cmake-3.18.1 - dev-util/ninja media-libs/freetype dev-libs/icu sys-libs/libstdc++-v3 @@ -20,7 +21,6 @@ DEPEND="sys-devel/clang dev-qt/qtsvg dev-db/sqlite sys-libs/zlib[minizip]" -RDEPEND="" PATCHES=( "${FILESDIR}/${P}-zlib-compile.patch"
