diff options
author | 2021-06-20 08:04:04 -0400 | |
---|---|---|
committer | 2021-06-20 08:40:32 -0400 | |
commit | 21fb4b0761c36f7f768f3619e6b22f24e6d77b74 (patch) | |
tree | 70ed7962418fc2e60c1ba9454dceae0eddc5ec2d /games-action/solar2/metadata.xml | |
parent | games-action/shootingstar: fix segfault, tighten sdl deps, and tidy (diff) | |
download | gentoo-21fb4b0761c36f7f768f3619e6b22f24e6d77b74.tar.gz gentoo-21fb4b0761c36f7f768f3619e6b22f24e6d77b74.tar.bz2 gentoo-21fb4b0761c36f7f768f3619e6b22f24e6d77b74.zip |
games-action/solar2: EAPI-8 bump, fix install
EAPI-8 used for fetch+ and dosym -r
Dropped support for bundled-libs USE, works well and more versatile
for sound (bundled sdl-mixer also has unnecessary deps). But keeping
mono given using system's does not seem to work at all currently.
No revbump given current -r1 always failed in install phase due to
missing / in $MYGAMEDIR (non-absolute path fperms error).
Fixes: 754f86637206db9e292e125877865b7d4d96aca8
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/solar2/metadata.xml')
-rw-r--r-- | games-action/solar2/metadata.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games-action/solar2/metadata.xml b/games-action/solar2/metadata.xml index b878aaa1812d..26079e608bed 100644 --- a/games-action/solar2/metadata.xml +++ b/games-action/solar2/metadata.xml @@ -5,9 +5,4 @@ <email>games@gentoo.org</email> <name>Gentoo Games Project</name> </maintainer> - <use> - <flag name="bundled-libs"> - Use the upstream provided bundled libraries. - </flag> - </use> </pkgmetadata> |