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 BD094139694 for ; Fri, 17 Feb 2017 12:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C226F21C028; Fri, 17 Feb 2017 12:55:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A092921C028 for ; Fri, 17 Feb 2017 12:55: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79B2B340A23 for ; Fri, 17 Feb 2017 12:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619B74AF5 for ; Fri, 17 Feb 2017 12:55:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1487336092.83fe1df7d9c579d0f911131f4640a76fb2f11a76.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/openmittsu/openmittsu-0.9.2_p82.ebuild X-VCS-Directories: net-im/openmittsu/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 83fe1df7d9c579d0f911131f4640a76fb2f11a76 X-VCS-Branch: master Date: Fri, 17 Feb 2017 12:55:30 +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: 6d586161-e7c5-40b0-9172-a8eaa046372f X-Archives-Hash: 11766b41e4f00dcdfc158aadf702ce1d commit: 83fe1df7d9c579d0f911131f4640a76fb2f11a76 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 17 12:54:52 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 17 12:54:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fe1df7 net-im/openmittsu: Typo. Bug: 609610 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-im/openmittsu/openmittsu-0.9.2_p82.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/openmittsu/openmittsu-0.9.2_p82.ebuild b/net-im/openmittsu/openmittsu-0.9.2_p82.ebuild index f7e91f3c01..8bbdab52d8 100644 --- a/net-im/openmittsu/openmittsu-0.9.2_p82.ebuild +++ b/net-im/openmittsu/openmittsu-0.9.2_p82.ebuild @@ -35,7 +35,7 @@ DOCS=( src_prepare() { # set version manually, since autodetection works only with git -le sed -i "/git_describe_checkout/\ + sed -i "/git_describe_checkout/\ s/.*/set(OPENMITTSU_GIT_VERSION_STRING \"${PV/_p/-}-00000000\")/" \ CMakeLists.txt || die cmake-utils_src_prepare