From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1701121-garchives=archives.gentoo.org@lists.gentoo.org> 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 F1E7B15802C for <garchives@archives.gentoo.org>; Tue, 17 Dec 2024 21:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9A6E08C0; Tue, 17 Dec 2024 21:44:09 +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 68745E07E6 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Dec 2024 21:44:09 +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 E77DA340943 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Dec 2024 21:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 503082145 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Dec 2024 21:44:05 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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 Sturmlechner" <asturm@gentoo.org> Message-ID: <1734471829.ca331a455369b14a35f515af27fd79014f8fffa1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/unoconv/unoconv-0.9.0-r1.ebuild X-VCS-Directories: app-office/unoconv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca331a455369b14a35f515af27fd79014f8fffa1 X-VCS-Branch: master Date: Tue, 17 Dec 2024 21:44:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c01fbd3-9d8a-48fd-beb5-6523f05f0803 X-Archives-Hash: b0adac5ce872e6d6f9844f1b11ba5701 commit: ca331a455369b14a35f515af27fd79014f8fffa1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 17 17:39:25 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 17 21:43:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca331a45 app-office/unoconv: destabilize 0.9.0-r1 for ~x86 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/unoconv/unoconv-0.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/unoconv/unoconv-0.9.0-r1.ebuild b/app-office/unoconv/unoconv-0.9.0-r1.ebuild index 7f1ff329db0d..8cb4b18226f1 100644 --- a/app-office/unoconv/unoconv-0.9.0-r1.ebuild +++ b/app-office/unoconv/unoconv-0.9.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}"