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 E05FA139694 for ; Sun, 16 Jul 2017 09:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39894E0E5A; Sun, 16 Jul 2017 09:19:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18987E0E5A for ; Sun, 16 Jul 2017 09:19:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 578CC34176D for ; Sun, 16 Jul 2017 09:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C26D674AC for ; Sun, 16 Jul 2017 09:19:08 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1500196736.4a7b223fc6d69bb1650e66bd230023357464dc96.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libzdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/libzdb/libzdb-3.1.ebuild X-VCS-Directories: dev-db/libzdb/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 4a7b223fc6d69bb1650e66bd230023357464dc96 X-VCS-Branch: master Date: Sun, 16 Jul 2017 09:19:08 +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: dcc0508d-fba9-4392-a40b-9d9a8f41007c X-Archives-Hash: 2a4347dc6957ecbec2e9c72449205595 commit: 4a7b223fc6d69bb1650e66bd230023357464dc96 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Jul 16 09:18:56 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Jul 16 09:18:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7b223f dev-db/libzdb-3.1-r0: add amd64 keyword Gentoo-Bug: 624842 dev-db/libzdb/libzdb-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/libzdb/libzdb-3.1.ebuild b/dev-db/libzdb/libzdb-3.1.ebuild index f819d80dc14..34665c8cd73 100644 --- a/dev-db/libzdb/libzdb-3.1.ebuild +++ b/dev-db/libzdb/libzdb-3.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug doc mysql postgres +sqlite ssl static-libs" REQUIRED_USE=" || ( postgres mysql sqlite )"