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 51041158093 for ; Sat, 19 Feb 2022 13:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C801EE0833; Sat, 19 Feb 2022 13:15:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B1360E0833 for ; Sat, 19 Feb 2022 13:15:53 +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 507773438CF for ; Sat, 19 Feb 2022 13:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098EF2FB for ; Sat, 19 Feb 2022 13:15:50 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1645276526.a1eb99b14ca74d609485acee07563a1fec4e3113.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipupdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/geoipupdate/geoipupdate-4.8.0.ebuild X-VCS-Directories: net-misc/geoipupdate/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a1eb99b14ca74d609485acee07563a1fec4e3113 X-VCS-Branch: master Date: Sat, 19 Feb 2022 13:15:50 +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: 9254332a-c98c-4868-96de-47eeac80ec5c X-Archives-Hash: 689418ae3d684139e8c8c1515ab07f4a commit: a1eb99b14ca74d609485acee07563a1fec4e3113 Author: Jakov Smolić gentoo org> AuthorDate: Sat Feb 19 13:10:32 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Feb 19 13:15:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1eb99b1 net-misc/geoipupdate: Stabilize 4.8.0 amd64, #833734 Signed-off-by: Jakov Smolić gentoo.org> net-misc/geoipupdate/geoipupdate-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/geoipupdate/geoipupdate-4.8.0.ebuild b/net-misc/geoipupdate/geoipupdate-4.8.0.ebuild index 92fd5b63fdeb..15b9d49831c1 100644 --- a/net-misc/geoipupdate/geoipupdate-4.8.0.ebuild +++ b/net-misc/geoipupdate/geoipupdate-4.8.0.ebuild @@ -47,7 +47,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="ISC BSD BSD-2 MIT Apache-2.0" SLOT="0" -KEYWORDS="~amd64 arm ~ppc64 ~x86" +KEYWORDS="amd64 arm ~ppc64 ~x86" DOCS=( README.md CHANGELOG.md doc/GeoIP.conf.md doc/geoipupdate.md )