From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-840874-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 1403813888F for <garchives@archives.gentoo.org>; Sat, 17 Oct 2015 10:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9639A21C006; Sat, 17 Oct 2015 10:55:00 +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 4B72221C006 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2015 10:55:00 +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 3FE84340873 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2015 10:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D8CD1162 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2015 10:54:55 +0000 (UTC) From: "Markus Meier" <maekke@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, "Markus Meier" <maekke@gentoo.org> Message-ID: <1445079280.e2bbaa54296048f57953e61b7db98133fe78476c.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/geoip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/geoip/geoip-1.6.6.ebuild X-VCS-Directories: dev-libs/geoip/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: e2bbaa54296048f57953e61b7db98133fe78476c X-VCS-Branch: master Date: Sat, 17 Oct 2015 10:54:55 +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: 3c2045fe-af55-4ad7-a549-9d4933778751 X-Archives-Hash: a8dea870194ffede8157b97fa64a981f commit: e2bbaa54296048f57953e61b7db98133fe78476c Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Sat Oct 17 10:54:40 2015 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Sat Oct 17 10:54:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bbaa54 dev-libs/geoip: arm stable, bug #560886 Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" dev-libs/geoip/geoip-1.6.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/geoip/geoip-1.6.6.ebuild b/dev-libs/geoip/geoip-1.6.6.ebuild index 5b02c56..6e8d7aa 100644 --- a/dev-libs/geoip/geoip-1.6.6.ebuild +++ b/dev-libs/geoip/geoip-1.6.6.ebuild @@ -14,7 +14,7 @@ SRC_URI=" # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db LICENSE="LGPL-2.1 GPL-2 MaxMind2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="static-libs" RESTRICT="test"