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: dev-db/tokyocabinet/
Date: Sat, 24 Feb 2018 21:56:55
Message-Id: 1519509328.1a4d6555c0b08c4eecf4f525f45eb518ff64c000.mgorny@gentoo
1 commit: 1a4d6555c0b08c4eecf4f525f45eb518ff64c000
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 21:41:12 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 21:55:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4d6555
7
8 dev-db/tokyocabinet: Tested on ~amd64-fbsd (bug #635216)
9
10 dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
14 index 5ebdf015b89..40a68775888 100644
15 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
16 +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="5"
23 @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz"
24
25 LICENSE="LGPL-2.1"
26 SLOT="0"
27 -KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
28 +KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
29 IUSE="bzip2 debug doc examples threads zlib"
30
31 DEPEND="bzip2? ( app-arch/bzip2 )