From 2c865c6822abba29cedeeb4b6838b362150c548f Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 13 Jan 2019 20:01:45 +0000 Subject: [PATCH] app-crypt/rhash: Fix 1.3.7 dependencies for EAPI 7 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: James Le Cuirot --- app-crypt/rhash/rhash-1.3.7.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-crypt/rhash/rhash-1.3.7.ebuild b/app-crypt/rhash/rhash-1.3.7.ebuild index b23f1bd9ec7f..52b9332ac35a 100644 --- a/app-crypt/rhash/rhash-1.3.7.ebuild +++ b/app-crypt/rhash/rhash-1.3.7.ebuild @@ -20,8 +20,13 @@ RDEPEND=" libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" +DEPEND=" + ${RDEPEND} +" + +BDEPEND=" + nls? ( sys-devel/gettext ) +" S="${WORKDIR}/RHash-${PV}" -- 2.26.2