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 92043158094 for ; Fri, 5 Aug 2022 09:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D0E0E09EF; Fri, 5 Aug 2022 09:32:01 +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 1EB94E0A00 for ; Fri, 5 Aug 2022 09:32:01 +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 093B43411B9 for ; Fri, 5 Aug 2022 09:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C71156C for ; Fri, 5 Aug 2022 09:31:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1659691903.f1ca71e963ba53ef9e54d7399359fd997e416e23.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/czmq/czmq-4.2.1.ebuild X-VCS-Directories: net-libs/czmq/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f1ca71e963ba53ef9e54d7399359fd997e416e23 X-VCS-Branch: master Date: Fri, 5 Aug 2022 09:31:57 +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: 3b33401e-6069-417d-a5db-3e8604966032 X-Archives-Hash: 5ef59b89897d0348d458bab5f2d944f1 commit: f1ca71e963ba53ef9e54d7399359fd997e416e23 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 5 09:31:43 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 5 09:31:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ca71e9 net-libs/czmq: Keyword 4.2.1 ia64, #855443 Signed-off-by: Arthur Zamarin gentoo.org> net-libs/czmq/czmq-4.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild index 64690fe52ffc..e3939255fdf2 100644 --- a/net-libs/czmq/czmq-4.2.1.ebuild +++ b/net-libs/czmq/czmq-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0/4" -KEYWORDS="amd64 arm arm64 ~hppa x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 x86" IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid" BDEPEND="app-text/asciidoc