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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35EEF1382C5 for ; Fri, 26 Mar 2021 15:55:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF16E085E; Fri, 26 Mar 2021 15:55:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 607B1E085E for ; Fri, 26 Mar 2021 15:55:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A29F34017A for ; Fri, 26 Mar 2021 15:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18C4E5AC for ; Fri, 26 Mar 2021 15:55:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616774137.59b4dd1933fcd7d05eb6f8a085f7f4812d379373.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ulogd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ulogd/ulogd-2.0.7-r2.ebuild X-VCS-Directories: app-admin/ulogd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59b4dd1933fcd7d05eb6f8a085f7f4812d379373 X-VCS-Branch: master Date: Fri, 26 Mar 2021 15:55:49 +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: 885d17fb-f203-4ba5-bc60-a5fcb6be4e31 X-Archives-Hash: f7ef466d10e4a8ba5bd564dbd45cd430 commit: 59b4dd1933fcd7d05eb6f8a085f7f4812d379373 Author: Sam James gentoo org> AuthorDate: Fri Mar 26 15:55:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 26 15:55:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b4dd19 app-admin/ulogd: fix WhitespaceFound Signed-off-by: Sam James gentoo.org> app-admin/ulogd/ulogd-2.0.7-r2.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/ulogd/ulogd-2.0.7-r2.ebuild b/app-admin/ulogd/ulogd-2.0.7-r2.ebuild index 60719dfcd00..12bf9079bf0 100644 --- a/app-admin/ulogd/ulogd-2.0.7-r2.ebuild +++ b/app-admin/ulogd/ulogd-2.0.7-r2.ebuild @@ -37,12 +37,12 @@ RDEPEND=" selinux? ( sec-policy/selinux-ulogd ) " BDEPEND=" - doc? ( - app-text/linuxdoc-tools - app-text/texlive-core - dev-texlive/texlive-fontsrecommended - virtual/latex-base - ) + doc? ( + app-text/linuxdoc-tools + app-text/texlive-core + dev-texlive/texlive-fontsrecommended + virtual/latex-base + ) " DISABLE_AUTOFORMATTING=1