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 9A7DB158088 for ; Mon, 10 Jan 2022 16:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A319D2BC027; Mon, 10 Jan 2022 16:26:48 +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 2C8332BC026 for ; Mon, 10 Jan 2022 16:26:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 56EA5340FE7 for ; Mon, 10 Jan 2022 16:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE4621D for ; Mon, 10 Jan 2022 16:26:44 +0000 (UTC) From: "Luciano Degni" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luciano Degni" Message-ID: <1641831995.451a790ca0cb5256ea0a250399746221cf69d7db.degni.public@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/leftwm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-wm/leftwm/leftwm-0.2.10.ebuild X-VCS-Directories: x11-wm/leftwm/ X-VCS-Committer: degni.public X-VCS-Committer-Name: Luciano Degni X-VCS-Revision: 451a790ca0cb5256ea0a250399746221cf69d7db X-VCS-Branch: dev Date: Mon, 10 Jan 2022 16:26:44 +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: 8adea975-2f87-4a8c-98de-2f71d0c20835 X-Archives-Hash: 7aa5b747acbed346440f87bea7ba369d commit: 451a790ca0cb5256ea0a250399746221cf69d7db Author: Luciano Degni gmail com> AuthorDate: Mon Jan 10 15:29:59 2022 +0000 Commit: Luciano Degni gmail com> CommitDate: Mon Jan 10 16:26:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=451a790c x11-wm/leftwm: use eclass Signed-off-by: Luciano Degni gmail.com> x11-wm/leftwm/leftwm-0.2.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/leftwm/leftwm-0.2.10.ebuild b/x11-wm/leftwm/leftwm-0.2.10.ebuild index 199114594..d70c449cb 100644 --- a/x11-wm/leftwm/leftwm-0.2.10.ebuild +++ b/x11-wm/leftwm/leftwm-0.2.10.ebuild @@ -136,7 +136,7 @@ CRATES=" xdg-2.4.0 " -inherit cargo xdg-utils desktop +inherit cargo xdg-utils desktop optfeature DESCRIPTION="A window manager for Adventurers" HOMEPAGE="https://github.com/leftwm/leftwm" @@ -196,7 +196,7 @@ src_install() { pkg_postinst() { xdg_desktop_database_update - elog "Emerge 'x11-misc/leftwm-theme' to manage themes for $PN" + optfeature "Emerge 'x11-misc/leftwm-theme' to manage themes for $PN" } pkg_postrm() {