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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A432615808B for ; Sun, 13 Feb 2022 00:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C757E0827; Sun, 13 Feb 2022 00:42:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 657F4E0827 for ; Sun, 13 Feb 2022 00:42:48 +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 06AB7342F67 for ; Sun, 13 Feb 2022 00:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C47D3 for ; Sun, 13 Feb 2022 00:42:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1644712920.749e03ad65522ebf3024dd0a5eab40a6114e2963.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/nilfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild X-VCS-Directories: sys-fs/nilfs-utils/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 749e03ad65522ebf3024dd0a5eab40a6114e2963 X-VCS-Branch: master Date: Sun, 13 Feb 2022 00:42:45 +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: 7de4497a-412b-4d85-8e10-08a3ab49c06d X-Archives-Hash: b397619fe5a1314ee15af5b152949b31 commit: 749e03ad65522ebf3024dd0a5eab40a6114e2963 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 13 00:41:39 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 13 00:42:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749e03ad sys-fs/nilfs-utils: fix qa DoubleEmptyLine Signed-off-by: Conrad Kostecki gentoo.org> sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild index 32eda7e330b0..462f3c47f4bf 100644 --- a/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild +++ b/sys-fs/nilfs-utils/nilfs-utils-2.2.8.ebuild @@ -43,6 +43,5 @@ src_install() { find "${ED}" -name '*.a' -delete || die fi - find "${ED}" -name '*.la' -delete || die }