commit: 2c865c6822abba29cedeeb4b6838b362150c548f
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 13 20:01:45 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 20:01:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c865c68
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 <chewi <AT> gentoo.org>
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 b23f1bd9ec7..52b9332ac35 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}"