games-roguelike/cataclysm-dda: Remove ebuild-specific bdep, add note

- only depend on app-arch/unzip if not live
- add license note for bump

Signed-off-by: strategictraveler <strategictraveler@proton.me>
This commit is contained in:
strategictraveler 2025-02-02 11:28:08 +00:00
parent 70d15dcf2b
commit edcdb2677a
No known key found for this signature in database
GPG Key ID: D44807EC1937C55A
2 changed files with 5 additions and 1 deletions

View File

@ -29,6 +29,7 @@ else
KEYWORDS="~amd64"
fi
# NOTE: Add BSD license on bump
LICENSE="CC-BY-SA-3.0 Apache-2.0 soundpack? ( CC-BY-SA-4.0 ) MIT OFL-1.1 Unicode-3.0"
IUSE="debug doc ncurses nls +sound +soundpack test +tiles"
REQUIRED_USE="soundpack? ( sound ) sound? ( tiles ) \
@ -50,10 +51,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
doc? ( app-text/doxygen[dot] )
soundpack? ( app-arch/unzip )
nls? ( sys-devel/gettext )
"
[[ ${PV} != 9999 ]] && BDEPEND+=" soundpack? ( app-arch/unzip )"
src_unpack() {
if [[ ${PV} == 9999 ]]; then
git-r3_src_unpack

View File

@ -53,6 +53,8 @@ BDEPEND="
nls? ( sys-devel/gettext )
"
[[ ${PV} != 9999 ]] && BDEPEND+=" soundpack? ( app-arch/unzip )"
src_unpack() {
if [[ ${PV} == 9999 ]]; then
git-r3_src_unpack