mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-17 23:18:52 -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"
|
KEYWORDS="~amd64"
|
||||||
fi
|
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"
|
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"
|
IUSE="debug doc ncurses nls +sound +soundpack test +tiles"
|
||||||
REQUIRED_USE="soundpack? ( sound ) sound? ( tiles ) \
|
REQUIRED_USE="soundpack? ( sound ) sound? ( tiles ) \
|
||||||
@ -50,10 +51,11 @@ RDEPEND="
|
|||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
doc? ( app-text/doxygen[dot] )
|
doc? ( app-text/doxygen[dot] )
|
||||||
soundpack? ( app-arch/unzip )
|
|
||||||
nls? ( sys-devel/gettext )
|
nls? ( sys-devel/gettext )
|
||||||
"
|
"
|
||||||
|
|
||||||
|
[[ ${PV} != 9999 ]] && BDEPEND+=" soundpack? ( app-arch/unzip )"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
git-r3_src_unpack
|
git-r3_src_unpack
|
||||||
|
@ -53,6 +53,8 @@ BDEPEND="
|
|||||||
nls? ( sys-devel/gettext )
|
nls? ( sys-devel/gettext )
|
||||||
"
|
"
|
||||||
|
|
||||||
|
[[ ${PV} != 9999 ]] && BDEPEND+=" soundpack? ( app-arch/unzip )"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
git-r3_src_unpack
|
git-r3_src_unpack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user