x11-misc/enlightenment-extra: add correct BDEPEND

Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2019-08-08 17:41:48 +03:00
parent abd6fd394a
commit 9618b3a2ba

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,10 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND=">=dev-libs/efl-1.18[X]"
DEPEND="
${RDEPEND}
nls? ( sys-devel/gettext )
"
DEPEND="${RDEPEND}"
BDEPEND="nls? ( sys-devel/gettext )"
S="${WORKDIR}"/"${MY_P}"