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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA73515808B for ; Sat, 19 Feb 2022 12:46:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E4AE07DB; Sat, 19 Feb 2022 12:46:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05303E07DB for ; Sat, 19 Feb 2022 12:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 375D6343865 for ; Sat, 19 Feb 2022 12:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B95D0 for ; Sat, 19 Feb 2022 12:46:20 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1645274770.96f677750f8f3030f79d9d1dc74b2b3f39c7c715.arthurzam@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.12-r1.ebuild X-VCS-Directories: dev-libs/geoip/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 96f677750f8f3030f79d9d1dc74b2b3f39c7c715 X-VCS-Branch: master Date: Sat, 19 Feb 2022 12:46:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a954289f-91a8-4bb3-a923-54e9d2213bf7 X-Archives-Hash: 7b553d223437aaaabbee4e4c3cc32a53 commit: 96f677750f8f3030f79d9d1dc74b2b3f39c7c715 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 19 12:46:10 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 19 12:46:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f67775 dev-libs/geoip: Stabilize 1.6.12-r1 arm, #833728 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/geoip/geoip-1.6.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/geoip/geoip-1.6.12-r1.ebuild b/dev-libs/geoip/geoip-1.6.12-r1.ebuild index 76aa49638e0e..6ce439590aea 100644 --- a/dev-libs/geoip/geoip-1.6.12-r1.ebuild +++ b/dev-libs/geoip/geoip-1.6.12-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-api-c-${PV}" # 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 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RESTRICT="test"