From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E20D5138331 for ; Sun, 2 Oct 2016 06:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F843E0B5F; Sun, 2 Oct 2016 06:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15748E0B5F for ; Sun, 2 Oct 2016 06:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9183340B98 for ; Sun, 2 Oct 2016 06:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A50249F for ; Sun, 2 Oct 2016 06:00:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475387652.0bf787f8d0263e88b3313a5dea9d176d85da81ca.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tokyocabinet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild X-VCS-Directories: dev-db/tokyocabinet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0bf787f8d0263e88b3313a5dea9d176d85da81ca X-VCS-Branch: master Date: Sun, 2 Oct 2016 06:00:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0ad86b6-0a3c-41b6-9a82-cdd1251ef8c2 X-Archives-Hash: adadcf7edfbed44ec2a42ca69130ff7b commit: 0bf787f8d0263e88b3313a5dea9d176d85da81ca Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 2 05:54:12 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 2 05:54:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf787f8 dev-db/tokyocabinet: Stable for HPPA PPC64 (bug #592032). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild index 69e95b4..9ee4697 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="bzip2 debug doc examples threads zlib" DEPEND="bzip2? ( app-arch/bzip2 )