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 3462915800A for ; Mon, 14 Aug 2023 16:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A7C2BC036; Mon, 14 Aug 2023 16:36:51 +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 DDBA12BC036 for ; Mon, 14 Aug 2023 16:36:50 +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 C2CE333BEBB for ; Mon, 14 Aug 2023 16:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4E4DFAF for ; Mon, 14 Aug 2023 16:36:44 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1692000997.28c07c41e18cb1b88d1945c0e73ff87938da2b29.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/leftwm-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild X-VCS-Directories: x11-misc/leftwm-theme/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 28c07c41e18cb1b88d1945c0e73ff87938da2b29 X-VCS-Branch: master Date: Mon, 14 Aug 2023 16:36: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: 06abb24d-412a-42b4-909d-362aa2d42844 X-Archives-Hash: dd6ab1669f623b84aa4b915a67d04ae9 commit: 28c07c41e18cb1b88d1945c0e73ff87938da2b29 Author: Remigiusz Micielski purelymail com> AuthorDate: Mon Aug 14 08:16:37 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Aug 14 08:16:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28c07c41 x11-misc/leftwm-theme: remove trailing whitespace Signed-off-by: Remigiusz Micielski purelymail.com> x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild b/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild index 39c07a8eea..b242ce55ac 100644 --- a/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild +++ b/x11-misc/leftwm-theme/leftwm-theme-0.1.2_rc1.ebuild @@ -191,7 +191,6 @@ SRC_URI=" ${CARGO_CRATE_URIS} " - LICENSE="MIT" # Dependent crate licenses LICENSE+=" Apache-2.0 BSD MIT MPL-2.0 Unicode-DFS-2016" @@ -222,4 +221,3 @@ src_install() { cd target/$(usex debug debug release) || die dobin leftwm-theme } -