From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1685693-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 8DDB2158042 for <garchives@archives.gentoo.org>; Sat, 2 Nov 2024 02:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB411E0894; Sat, 2 Nov 2024 02:16:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BB16E0894 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Nov 2024 02:16:28 +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 8F90733BE19 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Nov 2024 02:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3ED198C for <gentoo-commits@lists.gentoo.org>; Sat, 2 Nov 2024 02:16:25 +0000 (UTC) From: "Michael Orlitzky" <mjo@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, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1730511853.09f653481a9cfd237139d19efd230f51074a8148.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/package.use.force X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 09f653481a9cfd237139d19efd230f51074a8148 X-VCS-Branch: master Date: Sat, 2 Nov 2024 02:16:25 +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: 6693af25-0848-4e6c-ae63-bde0577f6db6 X-Archives-Hash: d9214641e93701518c274eae8df328bb commit: 09f653481a9cfd237139d19efd230f51074a8148 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Nov 2 01:43:02 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Nov 2 01:44:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f65348 profiles/arch/riscv: force USE=icu for media-gfx/imv Otherwise it wants to use dev-libs/libgrapheme which isn't keyworded yet. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/riscv/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index d69a9bf759c6..b3abf820e9d2 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -1,6 +1,11 @@ # Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <mjo@gentoo.org> (2024-11-01) +# The alternative to icu is dev-libs/libgrapheme, and it +# ain't keyworded yet. +media-gfx/imv icu + # Ionen Wolkens <ionen@gentoo.org> (2023-07-26) # MPV currently[1] has no plans to support >=lua5-3 making luajit # the only choice for maintained lua. Apply mask/force to override