summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-02 14:08:56 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-02 14:17:01 -0400
commit1209e36aef2d272d74660963e27490d59f5894c0 (patch)
tree18e659ed808ad86c1bc0c790d5cd32dd471dc30f /games-arcade
parentgames-arcade/ceferino: remove old (diff)
downloadgentoo-1209e36aef2d272d74660963e27490d59f5894c0.tar.gz
gentoo-1209e36aef2d272d74660963e27490d59f5894c0.tar.bz2
gentoo-1209e36aef2d272d74660963e27490d59f5894c0.zip
games-arcade/ceferino: move gettext to BDEPEND
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/ceferino/ceferino-0.97.8-r3.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild
index 54be47444942..d3aa76c8576c 100644
--- a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild
+++ b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild
@@ -19,11 +19,9 @@ RDEPEND="
media-libs/libsdl[sound,video]
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer[mod]
- nls? ( virtual/libintl )
-"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
PATCHES=(
"${FILESDIR}"/${P}-fix-audio.patch
@@ -41,5 +39,5 @@ src_configure() {
src_install() {
default
newicon data/ima/icono.png ${PN}.png
- make_desktop_entry ceferino "Don Ceferino Hazaña"
+ make_desktop_entry ${PN} "Don Ceferino Hazaña"
}