From 953d07d1cb1ce319320ec961c56a2e5f470e6441 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 21 Mar 2024 22:31:27 -0400 Subject: games-strategy/megaglest: drop the data files to a runtime-only dep When using --buildpkgonly, it is unnecessary to merge the data files as a prerequisite. Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- games-strategy/megaglest/megaglest-3.13.0-r1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/megaglest/megaglest-3.13.0-r1.ebuild b/games-strategy/megaglest/megaglest-3.13.0-r1.ebuild index abc3ccab6973..cc03ed6ad423 100644 --- a/games-strategy/megaglest/megaglest-3.13.0-r1.ebuild +++ b/games-strategy/megaglest/megaglest-3.13.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2023 Gentoo Authors +# Copyright 2010-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Todo: google-breakpad? @@ -33,9 +33,8 @@ IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_s REQUIRED_USE="${LUA_REQUIRED_USE}" -RDEPEND=" +COMMON_DEPEND=" ${LUA_DEPS} - ~games-strategy/${PN}-data-${PV} dev-libs/libxml2 dev-libs/xerces-c[icu] media-libs/fontconfig @@ -61,7 +60,11 @@ RDEPEND=" model-viewer? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) videos? ( media-video/vlc ) " -DEPEND="${RDEPEND}" +DEPEND="${COMMON_DEPEND}" +RDEPEND=" + ${COMMON_DEPEND} + ~games-strategy/${PN}-data-${PV} +" BDEPEND="sys-apps/help2man virtual/pkgconfig -- cgit v1.2.3-65-gdbad