commit: 40dedb2108974be53216b6f48d308ce7f28e5263
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 11:57:02 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 13:17:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dedb21
net-p2p/amule: move gettext to BDEPEND in -9999
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/amule/amule-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild
index c18f9ad656b..f14cc28e5c4 100644
--- a/net-p2p/amule/amule-9999.ebuild
+++ b/net-p2p/amule/amule-9999.ebuild
@@ -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=(
)