Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rhash/
Date: Tue, 14 Feb 2017 10:42:45
Message-Id: 1487068937.c106c6be1f98766ef20c89867ea839f6cffc36c7.klausman@gentoo
1 commit: c106c6be1f98766ef20c89867ea839f6cffc36c7
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 10:42:17 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 10:42:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c106c6be
7
8 app-crypt/rhash: Add ~alpha keyword in anticipation of cmake-3.8.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-crypt/rhash/rhash-1.3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/rhash/rhash-1.3.4.ebuild b/app-crypt/rhash/rhash-1.3.4.ebuild
16 index 641773383a..93ae43a330 100644
17 --- a/app-crypt/rhash/rhash-1.3.4.ebuild
18 +++ b/app-crypt/rhash/rhash-1.3.4.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~x86"
25 IUSE="debug nls openssl static-libs"
26
27 RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )"