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, 26 Nov 2017 17:06:15
Message-Id: 1511715953.dffa7c60651ce153e42a90b65a3046e46691ab69.chewi@gentoo
1 commit: dffa7c60651ce153e42a90b65a3046e46691ab69
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 26 16:05:41 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 17:05:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffa7c60
7
8 app-crypt/rhash: add ~amd64-fbsd, ~x86-fbsd KEYWORDS
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/6307
12
13 app-crypt/rhash/rhash-1.3.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/rhash/rhash-1.3.5.ebuild b/app-crypt/rhash/rhash-1.3.5.ebuild
17 index ae45a3261d4..652f9018070 100644
18 --- a/app-crypt/rhash/rhash-1.3.5.ebuild
19 +++ b/app-crypt/rhash/rhash-1.3.5.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
25 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
26 IUSE="debug nls openssl static-libs"
27
28 RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )"