Skip to content

Commit dcf810b

Browse files
committed
gui-apps/riverguile: fix dependencies
Signed-off-by: Ben Buhse <[email protected]>
1 parent e47c0e0 commit dcf810b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gui-apps/riverguile/riverguile-0.1.0.ebuild gui-apps/riverguile/riverguile-0.1.0-r1.ebuild

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ fi
1818
LICENSE="GPL-3"
1919
SLOT="0"
2020

21-
DEPEND="dev-libs/wayland"
22-
RDEPEND="${DEPEND}"
23-
BDEPEND="
24-
dev-libs/wayland-protocols
25-
>=dev-scheme/guile-3.0.9
21+
RDEPEND="
22+
~dev-scheme/guile-3.0.9
23+
>=dev-libs/wayland-1.22.0
2624
"
25+
DEPEND="${RDEPEND}"
26+
BDEPEND=">=dev-libs/wayland-protocols-1.36"
2727

2828
src_install() {
2929
# Need to install to /usr instead of /usr/local

gui-apps/riverguile/riverguile-9999.ebuild

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ fi
1818
LICENSE="GPL-3"
1919
SLOT="0"
2020

21-
DEPEND="dev-libs/wayland"
22-
RDEPEND="${DEPEND}"
23-
BDEPEND="
24-
dev-libs/wayland-protocols
25-
>=dev-scheme/guile-3.0.9
21+
RDEPEND="
22+
~dev-scheme/guile-3.0.9
23+
>=dev-libs/wayland-1.22.0
2624
"
25+
DEPEND="${RDEPEND}"
26+
BDEPEND=">=dev-libs/wayland-protocols-1.36"
2727

2828
src_install() {
2929
# Need to install to /usr instead of /usr/local

0 commit comments

Comments
 (0)