diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-30 19:00:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-30 19:00:02 +0000 |
| commit | 36a035beea8d3011a17d3090851d72caed6b87a9 (patch) | |
| tree | 80fe65a93f5a482b509b9943685368c92e302dd8 /sci-astronomy/celestia | |
| parent | 111feb03ecf6c5395acf51355d99a5c33ac31358 (diff) | |
| download | baldeagleos-repo-36a035beea8d3011a17d3090851d72caed6b87a9.tar.gz baldeagleos-repo-36a035beea8d3011a17d3090851d72caed6b87a9.tar.xz baldeagleos-repo-36a035beea8d3011a17d3090851d72caed6b87a9.zip | |
Adding metadata
Diffstat (limited to 'sci-astronomy/celestia')
| -rw-r--r-- | sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild b/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild index 1e6a67747f33..fc01c6bdef2f 100644 --- a/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild +++ b/sci-astronomy/celestia/celestia-1.7.0_pre20241231.ebuild @@ -30,7 +30,8 @@ HOMEPAGE="https://celestiaproject.space/ https://github.com/CelestiaProject/Cele LICENSE="GPL-2+" SLOT="0" -IUSE="ffmpeg gtk lto lua nls +qt6 sdl" +IUSE="ffmpeg gtk lto lua nls +qt6 sdl test" +RESTRICT="!test? ( test )" REQUIRED_USE="|| ( gtk qt6 sdl ) lua? ( ${LUA_REQUIRED_USE} )" @@ -81,6 +82,7 @@ src_configure() { -DENABLE_QT6="$(usex qt6)" -DENABLE_WIN=OFF -DENABLE_SDL="$(usex sdl)" + -DENABLE_TESTS="$(usex test)" ) # Upstream always looks for LuaJIT first unless stopped, and we only need # the version specification when linking against PUC Lua |
