Skip to content

Commit 0ad4a08

Browse files
committed
games-util/springlobby: fix DEPEND/BDEPEND/RDEPEND logic
Signed-off-by: Joonas Niilola <[email protected]>
1 parent ada4362 commit 0ad4a08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

games-util/springlobby/springlobby-0.269.ebuild

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ RDEPEND="
3030
)
3131
"
3232

33-
BDEPEND="${RDEPEND}
34-
nls? ( sys-devel/gettext )
35-
"
33+
DEPEND="${RDEPEND}"
34+
35+
BDEPEND="nls? ( sys-devel/gettext )"
3636

3737
src_configure() {
3838
setup-wxwidgets

0 commit comments

Comments
 (0)