From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-843258-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 3835413888F
	for <garchives@archives.gentoo.org>; Sat, 31 Oct 2015 05:50:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B3F4C21C001;
	Sat, 31 Oct 2015 05:49:59 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 54A0C21C001
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2015 05:49:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0F1E9340ADB
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2015 05:49:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F34A1BCD
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2015 05:49:54 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
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" <jer@gentoo.org>
Message-ID: <1446270585.8246602b76495fb16cf9c466c3de655325e776d3.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild
X-VCS-Directories: dev-libs/libmaxminddb/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 8246602b76495fb16cf9c466c3de655325e776d3
X-VCS-Branch: master
Date: Sat, 31 Oct 2015 05:49:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7de80541-fffb-42c0-b9b9-1d8cf97c726f
X-Archives-Hash: a6281242c0726b8941c37d7efcecf3c4

commit:     8246602b76495fb16cf9c466c3de655325e776d3
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 05:48:18 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 05:49:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246602b

dev-libs/libmaxminddb: Mark ~x86 too.

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild
index 415a55d..aa93368 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild
@@ -10,9 +10,11 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
+DOCS=( Changes.md )
+
 src_configure() {
 	econf $(use_enable static-libs static)
 }