Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rhash/
Date: Sun, 13 Jan 2019 20:02:24
Message-Id: 1547409705.2c865c6822abba29cedeeb4b6838b362150c548f.chewi@gentoo
1 commit: 2c865c6822abba29cedeeb4b6838b362150c548f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 13 20:01:45 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 13 20:01:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c865c68
7
8 app-crypt/rhash: Fix 1.3.7 dependencies for EAPI 7
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 app-crypt/rhash/rhash-1.3.7.ebuild | 9 +++++++--
14 1 file changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/rhash/rhash-1.3.7.ebuild b/app-crypt/rhash/rhash-1.3.7.ebuild
17 index b23f1bd9ec7..52b9332ac35 100644
18 --- a/app-crypt/rhash/rhash-1.3.7.ebuild
19 +++ b/app-crypt/rhash/rhash-1.3.7.ebuild
20 @@ -20,8 +20,13 @@ RDEPEND="
21 libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
22 )"
23
24 -DEPEND="${RDEPEND}
25 - nls? ( sys-devel/gettext )"
26 +DEPEND="
27 + ${RDEPEND}
28 +"
29 +
30 +BDEPEND="
31 + nls? ( sys-devel/gettext )
32 +"
33
34 S="${WORKDIR}/RHash-${PV}"