Skip to content

Commit

Permalink
games-util/springlobby: fix DEPEND/BDEPEND/RDEPEND logic
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Mar 25, 2020
1 parent ada4362 commit 0ad4a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-util/springlobby/springlobby-0.269.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RDEPEND="
)
"

BDEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
"
DEPEND="${RDEPEND}"

BDEPEND="nls? ( sys-devel/gettext )"

src_configure() {
setup-wxwidgets
Expand Down

0 comments on commit 0ad4a08

Please sign in to comment.