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 A716E59CA5 for ; Sat, 19 Mar 2016 07:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A1AF21C07F; Sat, 19 Mar 2016 07:06:10 +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 1A3D021C07F for ; Sat, 19 Mar 2016 07:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 017CD340B53 for ; Sat, 19 Mar 2016 07:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 052AB822 for ; Sat, 19 Mar 2016 07:06:07 +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: <1458371087.c85e9d55a55ff905d4a10a9488e2093961b98309.jer@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.9.ebuild X-VCS-Directories: dev-libs/geoip/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c85e9d55a55ff905d4a10a9488e2093961b98309 X-VCS-Branch: master Date: Sat, 19 Mar 2016 07:06:07 +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: 0913ed3c-731b-4c8d-9af8-7918477158a5 X-Archives-Hash: fcc38623d3bc799f06d6d458a519cf15 commit: c85e9d55a55ff905d4a10a9488e2093961b98309 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Mar 19 07:04:47 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Mar 19 07:04:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85e9d55 dev-libs/geoip: Stable for HPPA (bug #575200). Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches dev-libs/geoip/geoip-1.6.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/geoip/geoip-1.6.9.ebuild b/dev-libs/geoip/geoip-1.6.9.ebuild index ec9be7b..8c1bcd7 100644 --- a/dev-libs/geoip/geoip-1.6.9.ebuild +++ b/dev-libs/geoip/geoip-1.6.9.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"