diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-01-13 20:01:45 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-01-13 20:01:45 +0000 |
commit | 2c865c6822abba29cedeeb4b6838b362150c548f (patch) | |
tree | c2e0521a0b1f87bc2633907fd4c0bed211479a97 /app-crypt/rhash | |
parent | sys-power/hibernate-script: update home page (diff) | |
download | gentoo-2c865c6822abba29cedeeb4b6838b362150c548f.tar.gz gentoo-2c865c6822abba29cedeeb4b6838b362150c548f.tar.bz2 gentoo-2c865c6822abba29cedeeb4b6838b362150c548f.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.3.7.ebuild | 9 |
1 files 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}" |