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 DFCD8158083 for ; Sun, 15 Sep 2024 14:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C2C1E29A5; Sun, 15 Sep 2024 14:17:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E7436E29A5 for ; Sun, 15 Sep 2024 14:17:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3544234133B for ; Sun, 15 Sep 2024 14:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C739514D0 for ; Sun, 15 Sep 2024 14:17:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1726409851.33329ba72f3b6587ff2842ad9df585d65ccf7d31.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmaxminddb/libmaxminddb-1.11.0.ebuild X-VCS-Directories: dev-libs/libmaxminddb/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 33329ba72f3b6587ff2842ad9df585d65ccf7d31 X-VCS-Branch: master Date: Sun, 15 Sep 2024 14:17:42 +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: 39f39275-4f1d-4338-8009-9eb1150f1055 X-Archives-Hash: ef98be5f407633bdfa77877c1c097552 commit: 33329ba72f3b6587ff2842ad9df585d65ccf7d31 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Sep 15 14:16:45 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 15 14:17:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33329ba7 dev-libs/libmaxminddb: drop ~ia64 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/libmaxminddb/libmaxminddb-1.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.11.0.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.11.0.ebuild index 4806b4c82d5e..966c3097465e 100644 --- a/dev-libs/libmaxminddb/libmaxminddb-1.11.0.ebuild +++ b/dev-libs/libmaxminddb/libmaxminddb-1.11.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="Apache-2.0"