net-p2p/amule: move gettext to BDEPEND in -9999
authorJoonas Niilola <juippis@gentoo.org>
Thu, 20 Feb 2020 11:57:02 +0000 (13:57 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Thu, 20 Feb 2020 13:17:21 +0000 (15:17 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-p2p/amule/amule-9999.ebuild

index c18f9ad656b56816bfcbd94df9d1de54926b99e5..f14cc28e5c40a87ebfede6f4dba2cffc6d7ecf57 100644 (file)
@@ -40,10 +40,10 @@ RDEPEND="
        upnp? ( net-libs/libupnp:0 )
 "
 DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
        X? ( dev-util/desktop-file-utils )
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig
+       nls? ( sys-devel/gettext )"
 
 PATCHES=(
 )