projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d483b88
)
app-crypt/rhash: Fix 1.3.7 dependencies for EAPI 7
author
James Le Cuirot
<chewi@gentoo.org>
Sun, 13 Jan 2019 20:01:45 +0000
(20:01 +0000)
committer
James Le Cuirot
<chewi@gentoo.org>
Sun, 13 Jan 2019 20:01:45 +0000
(20:01 +0000)
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
app-crypt/rhash/rhash-1.3.7.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/rhash/rhash-1.3.7.ebuild
b/app-crypt/rhash/rhash-1.3.7.ebuild
index b23f1bd9ec7fbf9acc71199386c041b224e59df8..52b9332ac35af4ec8b3b45ebbdda7cc2550d68d8 100644
(file)
--- 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}"