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 1C3591581FB for ; Sun, 25 Aug 2024 15:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57152E2A3D; Sun, 25 Aug 2024 15:24:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3BCE8E2A3D for ; Sun, 25 Aug 2024 15:24:50 +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 5574834302E for ; Sun, 25 Aug 2024 15:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34A3B1E23 for ; Sun, 25 Aug 2024 15:24:46 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1724599454.0afe73e71e6216830dc6192a49d012e1ca0aa986.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/univalue/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/univalue/univalue-1.0.5.ebuild dev-libs/univalue/univalue-9999.ebuild X-VCS-Directories: dev-libs/univalue/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0afe73e71e6216830dc6192a49d012e1ca0aa986 X-VCS-Branch: master Date: Sun, 25 Aug 2024 15:24:46 +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: cd9bbd31-29e6-4d0d-b15e-00dbddfe1068 X-Archives-Hash: 567a6f14e6d041a59434b257332ad159 commit: 0afe73e71e6216830dc6192a49d012e1ca0aa986 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 25 15:18:12 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 25 15:24:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afe73e7 dev-libs/univalue: remove ~mips, library and leaf package Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/univalue/univalue-1.0.5.ebuild | 4 ++-- dev-libs/univalue/univalue-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/univalue/univalue-1.0.5.ebuild b/dev-libs/univalue/univalue-1.0.5.ebuild index e760de84d571..8eabe1e857b3 100644 --- a/dev-libs/univalue/univalue-1.0.5.ebuild +++ b/dev-libs/univalue/univalue-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://codeload.github.com/jgarzik/${PN}/tar.gz/v${PV} -> ${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" src_prepare() { diff --git a/dev-libs/univalue/univalue-9999.ebuild b/dev-libs/univalue/univalue-9999.ebuild index db6b468aa088..a161fe8e30c5 100644 --- a/dev-libs/univalue/univalue-9999.ebuild +++ b/dev-libs/univalue/univalue-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://codeload.github.com/jgarzik/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT"