Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rhash/
Date: Sat, 24 Mar 2018 08:28:45
Message-Id: 1521880114.d5e0b565a6a129b1d0645539f1a131f172e9ce14.mgorny@gentoo
1 commit: d5e0b565a6a129b1d0645539f1a131f172e9ce14
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 08:22:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 08:28:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e0b565
7
8 app-crypt/rhash: Remove *-fbsd keywords from 1.3.6-r1
9
10 Bug: https://bugs.gentoo.org/651334
11
12 app-crypt/rhash/rhash-1.3.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/rhash/rhash-1.3.6-r1.ebuild b/app-crypt/rhash/rhash-1.3.6-r1.ebuild
16 index 69f97e6e47a..b51d7d7fab8 100644
17 --- a/app-crypt/rhash/rhash-1.3.6-r1.ebuild
18 +++ b/app-crypt/rhash/rhash-1.3.6-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
25 IUSE="debug nls openssl static-libs"
26
27 RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )"