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 BC76E138331 for ; Thu, 12 Apr 2018 09:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4789E088A; Thu, 12 Apr 2018 09:41:07 +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 A50A1E088A for ; Thu, 12 Apr 2018 09:41:07 +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 903F7335C5C for ; Thu, 12 Apr 2018 09:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9931529C for ; Thu, 12 Apr 2018 09:41:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523526058.e08bc7cb029485e162da45b25765f2fe1cdac591.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e08bc7cb029485e162da45b25765f2fe1cdac591 X-VCS-Branch: master Date: Thu, 12 Apr 2018 09:41:04 +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-Archives-Salt: 6dc05d9b-e488-4339-8fe6-6290e60745df X-Archives-Hash: b3e803652bd22cff2a581a9379feef82 commit: e08bc7cb029485e162da45b25765f2fe1cdac591 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 12 09:38:34 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 12 09:40:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08bc7cb media-sound/mumble: Minor ebuild adjustment. Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/mumble/mumble-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index ca0d0e8d553..4afe8af5434 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -105,11 +105,9 @@ src_install() { newdoc README.Linux README dodoc CHANGES - local dir + local dir=release if use debug; then dir=debug - else - dir=release fi dobin "${dir}"/mumble @@ -120,8 +118,7 @@ src_install() { domenu scripts/mumble.desktop - insinto /usr/share/icons/hicolor/scalable/apps - doins icons/mumble.svg + doicon -s scalable icons/mumble.svg doman man/mumble-overlay.1 doman man/mumble.1