From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4A6CE138252 for ; Thu, 12 May 2016 17:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E88E07DD; Thu, 12 May 2016 17:14:44 +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 64CB9E07DD for ; Thu, 12 May 2016 17:14:44 +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 23A65340A22 for ; Thu, 12 May 2016 17:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F7D91A for ; Thu, 12 May 2016 17:14:33 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1463073252.7222b5404b531b8f31a1df3f1f68dfcc3be7e16b.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 7222b5404b531b8f31a1df3f1f68dfcc3be7e16b X-VCS-Branch: master Date: Thu, 12 May 2016 17:14:33 +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: dea6c21f-4a72-41e2-8f05-ce922f2baa52 X-Archives-Hash: 9856f3a87a22bc0de654662bb1957f55 commit: 7222b5404b531b8f31a1df3f1f68dfcc3be7e16b Author: Markus Meier gentoo org> AuthorDate: Thu May 12 17:14:12 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu May 12 17:14:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7222b540 dev-db/tokyocabinet: add ~arm, bug #581180 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild index 7cdd7b7..b081547 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~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 )