mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
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:
parent
70d15dcf2b
commit
edcdb2677a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user