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 00D49138350 for ; Fri, 10 Jan 2020 05:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8ADAE08D4; Fri, 10 Jan 2020 05:43:57 +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 8EEE9E08D4 for ; Fri, 10 Jan 2020 05:43:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E91D34DF38 for ; Fri, 10 Jan 2020 05:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCAFD9A for ; Fri, 10 Jan 2020 05:43:53 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578634249.4f5813a7bc8332b2e21d1d3c5e738dcfb445a4a0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mu/mu-1.3.6.ebuild X-VCS-Directories: net-mail/mu/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4f5813a7bc8332b2e21d1d3c5e738dcfb445a4a0 X-VCS-Branch: master Date: Fri, 10 Jan 2020 05:43:53 +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: 811f6225-6811-4e86-9e4b-2dba1e15da89 X-Archives-Hash: ba7cfc25ad4a48ab54f72c17dc01d9ad commit: 4f5813a7bc8332b2e21d1d3c5e738dcfb445a4a0 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jan 10 05:30:49 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 10 05:30:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5813a7 net-mail/mu: fix tabs and spacing on 1.3.6 Signed-off-by: Joonas Niilola gentoo.org> net-mail/mu/mu-1.3.6.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/net-mail/mu/mu-1.3.6.ebuild b/net-mail/mu/mu-1.3.6.ebuild index d6bea16eed2..c75bf292245 100644 --- a/net-mail/mu/mu-1.3.6.ebuild +++ b/net-mail/mu/mu-1.3.6.ebuild @@ -21,8 +21,8 @@ DEPEND=" emacs? ( >=app-editors/emacs-24.4:* ) guile? ( >=dev-scheme/guile-2.0 ) mug? ( - net-libs/webkit-gtk:4 - x11-libs/gtk+:3 + net-libs/webkit-gtk:4 + x11-libs/gtk+:3 )" # net-mail/mailutils also installes /usr/bin/mu. Block it until somebody # really wants both installed at the same time. @@ -59,17 +59,17 @@ src_install() { fi doman man/mu-add.1 man/mu-bookmarks.5 man/mu-cfind.1 man/mu-easy.1 \ - man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \ - man/mu-mkdir.1 man/mu-query.7 man/mu-remove.1 \ - man/mu-script.1 man/mu-server.1 man/mu-verify.1 \ - man/mu-view.1 man/mu.1 + man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \ + man/mu-mkdir.1 man/mu-query.7 man/mu-remove.1 \ + man/mu-script.1 man/mu-server.1 man/mu-verify.1 \ + man/mu-view.1 man/mu.1 if use guile; then - doinfo guile/mu-guile.info + doinfo guile/mu-guile.info fi if use mug; then - dobin toys/mug/mug + dobin toys/mug/mug fi }