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 D58E413835A for ; Tue, 5 Jan 2021 15:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E963FE07A7; Tue, 5 Jan 2021 15:20:33 +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 D02B9E07A7 for ; Tue, 5 Jan 2021 15:20:33 +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 89C95340EA0 for ; Tue, 5 Jan 2021 15:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B583487 for ; Tue, 5 Jan 2021 15:20:31 +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: <1609860026.02233c337d4be37c589119a342ff29abb746a370.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/umurmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/umurmur/umurmur-9999.ebuild X-VCS-Directories: media-sound/umurmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 02233c337d4be37c589119a342ff29abb746a370 X-VCS-Branch: master Date: Tue, 5 Jan 2021 15:20:31 +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: 37748dbd-f46d-4be5-96fb-7862bf79996c X-Archives-Hash: eba47a7b134f0d283751702c8390b928 commit: 02233c337d4be37c589119a342ff29abb746a370 Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 5 09:54:08 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 5 15:20:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02233c33 media-sound/umurmur: Synced live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> media-sound/umurmur/umurmur-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/umurmur/umurmur-9999.ebuild b/media-sound/umurmur/umurmur-9999.ebuild index 617a807375b..2eaae13bc97 100644 --- a/media-sound/umurmur/umurmur-9999.ebuild +++ b/media-sound/umurmur/umurmur-9999.ebuild @@ -7,7 +7,7 @@ inherit autotools systemd readme.gentoo-r1 DESCRIPTION="Minimalistic Murmur (Mumble server)" HOMEPAGE="https://github.com/umurmur/umurmur" -if [[ "${PV}" == 9999 ]] ; then +if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/umurmur/umurmur.git" else @@ -42,7 +42,7 @@ RDEPEND="${DEPEND} DOC_CONTENTS=" A configuration file has been installed at /etc/umurmur/umurmur.conf - you - may want to review it. See also\n + may want to review it. See also\n https://github.com/umurmur/umurmur/wiki/Configuration " S="${WORKDIR}/${P/_}"