diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-18 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-18 03:04:45 -0500 |
| commit | 08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a (patch) | |
| tree | 1b4baa71dceb3809c3f4373acb9d1b4cc906dae2 /games-strategy | |
| parent | c15a01fb364f840a250479998f64702430097a88 (diff) | |
| download | baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.tar.gz baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.tar.xz baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.zip | |
Adding metadata
Diffstat (limited to 'games-strategy')
| -rw-r--r-- | games-strategy/dunelegacy/dunelegacy-0.97.02.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games-strategy/dunelegacy/dunelegacy-0.97.02.ebuild b/games-strategy/dunelegacy/dunelegacy-0.97.02.ebuild index 990a7648d9ac..f7098dc50e78 100644 --- a/games-strategy/dunelegacy/dunelegacy-0.97.02.ebuild +++ b/games-strategy/dunelegacy/dunelegacy-0.97.02.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools desktop xdg -DESCRIPTION="Updated clone of Westood Studios' Dune II" +DESCRIPTION="Updated clone of Westwood Studios' Dune II" HOMEPAGE="https://dunelegacy.sourceforge.net" COMMIT="6ea9ac96854daa8c75ba429e78dc6716b147e106" @@ -15,13 +15,18 @@ S="${WORKDIR}/${PN}-code-${COMMIT}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~riscv ~x86" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" media-libs/libsdl2[sound,threads(+),video] media-libs/sdl2-mixer[midi] media-libs/sdl2-ttf " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + test? ( dev-util/cppunit ) +" BDEPEND=" app-arch/unzip virtual/pkgconfig |
