From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1708925-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 E542C15813A for <garchives@archives.gentoo.org>; Mon, 13 Jan 2025 00:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64A2E07F6; Mon, 13 Jan 2025 00:25: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 8BF76E07F6 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2025 00:25: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 9D1D0342FE0 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2025 00:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3476720A3 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2025 00:25:07 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1736727859.35d262dbc5390a8c6466bcd8a69659eb25aa88e8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvisio/libvisio-0.1.8.ebuild X-VCS-Directories: media-libs/libvisio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35d262dbc5390a8c6466bcd8a69659eb25aa88e8 X-VCS-Branch: master Date: Mon, 13 Jan 2025 00:25:07 +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: 182fa166-ff17-4eff-a457-19ddaa56e665 X-Archives-Hash: b89cf7d7f23548062d4e8786e676089d commit: 35d262dbc5390a8c6466bcd8a69659eb25aa88e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 13 00:24:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 13 00:24:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d262db media-libs/libvisio: Stabilize 0.1.8 x86, #946599 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libvisio/libvisio-0.1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libvisio/libvisio-0.1.8.ebuild b/media-libs/libvisio/libvisio-0.1.8.ebuild index 3b50dc5240e3..c1c1fc786e27 100644 --- a/media-libs/libvisio/libvisio-0.1.8.ebuild +++ b/media-libs/libvisio/libvisio-0.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libvisio/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86" fi DESCRIPTION="Library parsing the file format of MS Visio documents"