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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4859C158003 for ; Mon, 6 Feb 2023 07:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 504DAE07C9; Mon, 6 Feb 2023 07:59:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3AB42E07C9 for ; Mon, 6 Feb 2023 07:59:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A4AC340BBE for ; Mon, 6 Feb 2023 07:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E010A893 for ; Mon, 6 Feb 2023 07:59:01 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1675670319.e54662cf2a7b26cf2cfa38b4c7ed8fe15c1b6540.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-22.12.0.12-r1.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e54662cf2a7b26cf2cfa38b4c7ed8fe15c1b6540 X-VCS-Branch: master Date: Mon, 6 Feb 2023 07:59:01 +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: 7d46960c-bbb4-4288-998b-2ccbebfd1d1b X-Archives-Hash: 2dbe47f8d112d8224079670e63ae5434 commit: e54662cf2a7b26cf2cfa38b4c7ed8fe15c1b6540 Author: Joonas Niilola gentoo org> AuthorDate: Mon Feb 6 07:58:39 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 6 07:58:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54662cf net-misc/icaclient: Stabilize 22.12.0.12-r1 x86, #893292 Signed-off-by: Joonas Niilola gentoo.org> net-misc/icaclient/icaclient-22.12.0.12-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/icaclient/icaclient-22.12.0.12-r1.ebuild b/net-misc/icaclient/icaclient-22.12.0.12-r1.ebuild index c29d64d2492d..552d6ada7b59 100644 --- a/net-misc/icaclient/icaclient-22.12.0.12-r1.ebuild +++ b/net-misc/icaclient/icaclient-22.12.0.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="amd64? ( linuxx64-${PV}.tar.gz ) LICENSE="icaclient" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" IUSE="l10n_de l10n_es l10n_fr l10n_ja l10n_zh-CN hdx" RESTRICT="mirror strip fetch"