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 6976C138331 for ; Mon, 19 Sep 2016 13:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 743BFE09AA; Mon, 19 Sep 2016 13:16:12 +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 1BF17E09AF for ; Mon, 19 Sep 2016 13:16:11 +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 24976340A99 for ; Mon, 19 Sep 2016 13:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83986248C for ; Mon, 19 Sep 2016 13:16:09 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1473425362.dcc477b16bd86e73f855089e19f8edaa7208b5e2.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/system-web/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/system-web/system-web-4.6.0.150.ebuild X-VCS-Directories: dev-dotnet/system-web/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: dcc477b16bd86e73f855089e19f8edaa7208b5e2 X-VCS-Branch: master Date: Mon, 19 Sep 2016 13:16:09 +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: c2606153-8659-481e-8c18-2d34ab2c788f X-Archives-Hash: 8ccb7e50f514b2cb1d86d4f28b3a1b2b commit: dcc477b16bd86e73f855089e19f8edaa7208b5e2 Author: ArsenShnurkov gmail com> AuthorDate: Wed Sep 7 06:27:34 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Fri Sep 9 12:49:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=dcc477b1 remove extra slash dev-dotnet/system-web/system-web-4.6.0.150.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/system-web/system-web-4.6.0.150.ebuild b/dev-dotnet/system-web/system-web-4.6.0.150.ebuild index 22b3206..37b41fd 100644 --- a/dev-dotnet/system-web/system-web-4.6.0.150.ebuild +++ b/dev-dotnet/system-web/system-web-4.6.0.150.ebuild @@ -90,7 +90,7 @@ install_pc_file() -e "s:@DESCRIPTION@:${DESCRIPTION}:" \ -e "s:@VERSION@:${PV}:" \ -e 's*@LIBS@*-r:${libdir}'"/mono/$1/$2"'*' \ - <<\-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die + <<-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die prefix=\${pcfiledir}/../.. exec_prefix=\${prefix} libdir=\${exec_prefix}/@LIBDIR@