From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED3FF1382BD for ; Fri, 17 Jun 2016 11:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5189FE08AE; Fri, 17 Jun 2016 11:13:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 00DA1E08AE for ; Fri, 17 Jun 2016 11:13:32 +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 A5CB133BDC3 for ; Fri, 17 Jun 2016 11:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8FC2320 for ; Fri, 17 Jun 2016 11:13:11 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1466161989.3a5ae69de4bbbf94814cb0b3be7bbf6ae4e54259.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libutf8proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libutf8proc/libutf8proc-1.3.1_p2.ebuild X-VCS-Directories: dev-libs/libutf8proc/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 3a5ae69de4bbbf94814cb0b3be7bbf6ae4e54259 X-VCS-Branch: master Date: Fri, 17 Jun 2016 11:13:11 +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: 974cc031-b21b-4762-a787-685572b6e8cd X-Archives-Hash: 384d04db10266ff212737d2cf490c5e1 commit: 3a5ae69de4bbbf94814cb0b3be7bbf6ae4e54259 Author: Michael Weber gentoo org> AuthorDate: Fri Jun 17 11:12:30 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Jun 17 11:13:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ae69d dev-libs/libutf8proc: Fix S, thanks AlexOmskiy yandex.ru and Philipp Ammann, bug 582806. Package-Manager: portage-2.2.28 dev-libs/libutf8proc/libutf8proc-1.3.1_p2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libutf8proc/libutf8proc-1.3.1_p2.ebuild b/dev-libs/libutf8proc/libutf8proc-1.3.1_p2.ebuild index 14b2eaa..cf9b0ed 100644 --- a/dev-libs/libutf8proc/libutf8proc-1.3.1_p2.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-1.3.1_p2.ebuild @@ -19,3 +19,5 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P/_p/-}"