diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-06-16 23:34:23 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-06-16 23:43:16 +0900 |
commit | 56dc0b455454f5942c187958e11fa4a985282d64 (patch) | |
tree | 7b79d1bbf550dbcab6ffcab5a3e7dd50385ba285 /app-shells | |
parent | arch/x86/package.mask: Removed mask on sys-apps/fwupd (diff) | |
download | gentoo-56dc0b455454f5942c187958e11fa4a985282d64.tar.gz gentoo-56dc0b455454f5942c187958e11fa4a985282d64.tar.bz2 gentoo-56dc0b455454f5942c187958e11fa4a985282d64.zip |
app-shells/yash: use BDEPEND
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/yash/yash-2.49.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |