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 7D205158015 for ; Sat, 30 Dec 2023 01:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A5312BC10D; Sat, 30 Dec 2023 01:26:51 +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 DF3B72BC10D for ; Sat, 30 Dec 2023 01:26: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 0696A34300F for ; Sat, 30 Dec 2023 01:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C5A214D5 for ; Sat, 30 Dec 2023 01:26:46 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1703898614.ef4b9e906d20ad78292f1aea4ed8328c9b424d50.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-browsed/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-browsed/cups-browsed-2.0.0.ebuild X-VCS-Directories: net-print/cups-browsed/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ef4b9e906d20ad78292f1aea4ed8328c9b424d50 X-VCS-Branch: master Date: Sat, 30 Dec 2023 01:26: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: 57ebbb56-53c6-41ac-9916-9e847c16ce32 X-Archives-Hash: ae0ab22a70a72d69c6e8e6cf8a126fdc commit: ef4b9e906d20ad78292f1aea4ed8328c9b424d50 Author: Matoro Mahri matoro tk> AuthorDate: Fri Dec 29 20:20:15 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Dec 30 01:10:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4b9e90 net-print/cups-browsed: Keyword 2.0.0 ia64, #920237 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> net-print/cups-browsed/cups-browsed-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups-browsed/cups-browsed-2.0.0.ebuild b/net-print/cups-browsed/cups-browsed-2.0.0.ebuild index 1757094fd7e1..1b6b0e1e9f9c 100644 --- a/net-print/cups-browsed/cups-browsed-2.0.0.ebuild +++ b/net-print/cups-browsed/cups-browsed-2.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/OpenPrinting/cups-browsed/releases/download/${PV}/${ LICENSE="Apache-2.0" SLOT="0" IUSE="ldap test zeroconf" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" dev-libs/glib:2