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 B676F158089 for ; Mon, 18 Sep 2023 05:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 058172BC014; Mon, 18 Sep 2023 05:25:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E0FFD2BC014 for ; Mon, 18 Sep 2023 05:25:57 +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 116E8335CB4 for ; Mon, 18 Sep 2023 05:25:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69B161113 for ; Mon, 18 Sep 2023 05:25:55 +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: <1695014731.c964bd3b625e3e7eb74d3818eee81ab177812bac.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/qt6ct/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild X-VCS-Directories: gui-apps/qt6ct/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c964bd3b625e3e7eb74d3818eee81ab177812bac X-VCS-Branch: master Date: Mon, 18 Sep 2023 05:25:55 +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: fd294c6b-773a-400d-8967-3012270d5fce X-Archives-Hash: d68d133707549e005881728ffad638b1 commit: c964bd3b625e3e7eb74d3818eee81ab177812bac Author: Ionen Wolkens gentoo org> AuthorDate: Mon Sep 18 05:24:04 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Sep 18 05:25:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c964bd3b gui-apps/qt6ct: clarify description Signed-off-by: Ionen Wolkens gentoo.org> gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild b/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild index 2018581685c6..fa1499bba9d7 100644 --- a/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild +++ b/gui-apps/qt6ct/qt6ct-0.8_p20230917.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="Qt6 Configuration Tool" +DESCRIPTION="Qt6 Configuration Tool (for DE/WM without Qt integration)" HOMEPAGE="https://github.com/trialuser02/qt6ct/" #SRC_URI="https://github.com/trialuser02/qt6ct/releases/download/${PV}/${P}.tar.xz"