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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F06CA15807C for ; Fri, 1 Nov 2024 20:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30461E0976; Fri, 1 Nov 2024 20:42:46 +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 17A3AE0976 for ; Fri, 1 Nov 2024 20:42:46 +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 61AA73430E0 for ; Fri, 1 Nov 2024 20:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74B8D1F45 for ; Fri, 1 Nov 2024 20:42:42 +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: <1730493692.0d4064bfc4169e46883d8679f4559be4ec19c6cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libisds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libisds/libisds-0.11.2.ebuild X-VCS-Directories: net-libs/libisds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d4064bfc4169e46883d8679f4559be4ec19c6cd X-VCS-Branch: master Date: Fri, 1 Nov 2024 20:42: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: 3cb7f683-8c35-4c62-967c-40345871a23f X-Archives-Hash: bcedea158fe164feef37f3da66dd4c65 commit: 0d4064bfc4169e46883d8679f4559be4ec19c6cd Author: Sam James gentoo org> AuthorDate: Fri Nov 1 20:41:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 1 20:41:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4064bf net-libs/libisds: Stabilize 0.11.2 x86, #942651 Signed-off-by: Sam James gentoo.org> net-libs/libisds/libisds-0.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libisds/libisds-0.11.2.ebuild b/net-libs/libisds/libisds-0.11.2.ebuild index 9d5f28e184ff..1b2e2f5beb4e 100644 --- a/net-libs/libisds/libisds-0.11.2.ebuild +++ b/net-libs/libisds/libisds-0.11.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 DESCRIPTION="Client library for accessing ISDS Soap services" HOMEPAGE="http://xpisar.wz.cz/libisds/" SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="~amd64 ~mips x86" LICENSE="LGPL-3" SLOT="0"