diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-21 22:31:27 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-22 05:31:52 +0000 |
commit | 953d07d1cb1ce319320ec961c56a2e5f470e6441 (patch) | |
tree | 2d7dd67416040f1509d22aed83094d7c6f9cc085 /games-strategy | |
parent | games-engines/scummvm-tools: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-953d07d1cb1ce319320ec961c56a2e5f470e6441.tar.gz gentoo-953d07d1cb1ce319320ec961c56a2e5f470e6441.tar.bz2 gentoo-953d07d1cb1ce319320ec961c56a2e5f470e6441.zip |
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 <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/megaglest/megaglest-3.13.0-r1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
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 |