Skip to content

Commit

Permalink
games-puzzle/nudoku: move gettext to BDEPEND
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Sep 14, 2024
1 parent 0a11ef0 commit 11f187b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games-puzzle/nudoku/nudoku-5.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cairo"

BDEPEND="virtual/pkgconfig"
BDEPEND="
sys-devel/gettext
virtual/pkgconfig
"
DEPEND="
>=sys-devel/gettext-0.20
sys-libs/ncurses:=
virtual/libintl
cairo? ( x11-libs/cairo )
Expand Down

0 comments on commit 11f187b

Please sign in to comment.