From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2F95A15808A for ; Mon, 21 Jul 2025 01:51:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 16CEA33BF41 for ; Mon, 21 Jul 2025 01:51:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1694D110213; Mon, 21 Jul 2025 01:51:27 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0F5CA110213 for ; Mon, 21 Jul 2025 01:51:26 +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 953E234072E for ; Mon, 21 Jul 2025 01:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6340327B for ; Mon, 21 Jul 2025 01:51:24 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1753062645.24effd2131d5ab7808443fae25997a1f9ff5a523.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-alternatives/phosh-keyboard/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild X-VCS-Directories: app-alternatives/phosh-keyboard/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 24effd2131d5ab7808443fae25997a1f9ff5a523 X-VCS-Branch: dev Date: Mon, 21 Jul 2025 01:51:24 +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: b179fd87-8ddf-4f04-a047-46aa18dedb2c X-Archives-Hash: 9ccb854682ffc051da7299909054fffe commit: 24effd2131d5ab7808443fae25997a1f9ff5a523 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 21 01:50:25 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 21 01:50:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24effd21 app-alternatives/phosh-keyboard: fix install Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{phosh-keyboard-2.ebuild => phosh-keyboard-2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild similarity index 95% rename from app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild rename to app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild index 9470666d5c..30af54ea85 100644 --- a/app-alternatives/phosh-keyboard/phosh-keyboard-2.ebuild +++ b/app-alternatives/phosh-keyboard/phosh-keyboard-2-r1.ebuild @@ -16,7 +16,7 @@ src_install() { local target="/usr/share/applications/sm.puri.OSK0.desktop" case $(get_alternative) in - phosh-osk-stub) + stevia) dosym mobi.phosh.Stevia.desktop "${target:?}";; esac }