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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30A3B13835A for ; Sat, 27 Feb 2021 10:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6966EE08EF; Sat, 27 Feb 2021 10:08:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FF56E0903 for ; Sat, 27 Feb 2021 10:08:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5F6C341115 for ; Sat, 27 Feb 2021 10:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EAB1532 for ; Sat, 27 Feb 2021 10:07:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614420460.892c6d83313f3a595a554a8889ebe3ec875ee28d.sam@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.3.0.ebuild X-VCS-Directories: net-misc/geoipupdate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 892c6d83313f3a595a554a8889ebe3ec875ee28d X-VCS-Branch: master Date: Sat, 27 Feb 2021 10:07:49 +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: 2bf4618d-16a3-40a2-9533-34179667fdff X-Archives-Hash: edcb235c5a943f1a1d498827fee1c5c1 commit: 892c6d83313f3a595a554a8889ebe3ec875ee28d Author: Sam James gentoo org> AuthorDate: Sat Feb 27 10:07:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 10:07:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892c6d83 net-misc/geoipupdate: Stabilize 4.3.0 ppc64, #714692 Signed-off-by: Sam James gentoo.org> net-misc/geoipupdate/geoipupdate-4.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild b/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild index ea39a1a811e..f38a5a18875 100644 --- a/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild +++ b/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ SRC_URI=" 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 )