From 56dc0b455454f5942c187958e11fa4a985282d64 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Tue, 16 Jun 2020 23:34:23 +0900 Subject: app-shells/yash: use BDEPEND Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori --- app-shells/yash/yash-2.49.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-shells/yash') diff --git a/app-shells/yash/yash-2.49.ebuild b/app-shells/yash/yash-2.49.ebuild index bb1d804ac188..b90bbcc44e46 100644 --- a/app-shells/yash/yash-2.49.ebuild +++ b/app-shells/yash/yash-2.49.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND="sys-libs/ncurses:= nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) +DEPEND="${RDEPEND}" +BDEPEND="nls? ( sys-devel/gettext ) test? ( sys-apps/ed )" src_configure() { -- cgit v1.2.3-65-gdbad