Skip to content

Commit

Permalink
media-sound/ladish: upgrade waf SRC_URI, add missing BDEP
Browse files Browse the repository at this point in the history
The old upstream is dead. That one BDEP was for some reason missing.

Signed-off-by: Adrian Schollmeyer <[email protected]>
  • Loading branch information
NexAdn committed Aug 18, 2023
1 parent ef4441f commit 8bf0356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-sound/ladish/ladish-1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]]; then
else
inherit vcs-snapshot
SRC_URI="https://github.com/LADI/ladish/archive/${P}.tar.gz
https://git.nedk.org/lad/ladish.git/plain/waf?id=f15b80e6394ba0cbb4b76aa1b32071bfb971a8fa -> ${P}-waf-2.0.22"
https://gitea.ladish.org/LADI/ladish/raw/commit/30994438a1363306f00078a5791202cc4a73151f/waf -> ${P}-waf-2.0.22"
KEYWORDS="~amd64"
fi
LICENSE="GPL-2"
Expand All @@ -35,6 +35,7 @@ RDEPEND="media-libs/alsa-lib
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
dev-util/intltool
virtual/pkgconfig"

DOCS=( AUTHORS README NEWS )
Expand Down

0 comments on commit 8bf0356

Please sign in to comment.