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 6331A139694 for ; Sat, 1 Apr 2017 13:04:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410E321C043; Sat, 1 Apr 2017 13:04:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1C96B21C043 for ; Sat, 1 Apr 2017 13:04:20 +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 B746634161D for ; Sat, 1 Apr 2017 13:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8219573D2 for ; Sat, 1 Apr 2017 13:04:18 +0000 (UTC) From: "Michael Haubenwallner" 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 Haubenwallner" Message-ID: <1491051832.249df53d01c84e4539352e9b807ae7d4e06f5646.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/parity/parity-9999.ebuild X-VCS-Directories: sys-devel/parity/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 249df53d01c84e4539352e9b807ae7d4e06f5646 X-VCS-Branch: master Date: Sat, 1 Apr 2017 13:04:18 +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: 3be029a7-8f93-41b7-8a44-d1ea3e4c7b73 X-Archives-Hash: df2245f81744c81aa2921c314b38e4ae commit: 249df53d01c84e4539352e9b807ae7d4e06f5646 Author: Michael Haubenwallner gentoo org> AuthorDate: Sat Apr 1 13:03:52 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Sat Apr 1 13:03:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249df53d sys-devel/parity: add symlinks for windres,ar,ranlib,strip Package-Manager: portage-2.3.3 sys-devel/parity/parity-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 2ac346e6826..6bcda9040dd 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -53,6 +53,10 @@ src_install() { dosym /usr/bin/parity.gnu.gcc${exeext} /usr/bin/i586-pc-winnt${v}-c++ dosym /usr/bin/parity.gnu.gcc${exeext} /usr/bin/i586-pc-winnt${v}-g++ dosym /usr/bin/parity.gnu.ld${exeext} /usr/bin/i586-pc-winnt${v}-ld + dosym /usr/bin/parity.gnu.windres${exeext} /usr/bin/i586-pc-winnt${v}-windres + dosym /usr/bin/parity.gnu.ar /usr/bin/i586-pc-winnt${v}-ar + dosym /usr/bin/parity.gnu.ranlib /usr/bin/i586-pc-winnt${v}-ranlib + dosym /usr/bin/parity.gnu.strip /usr/bin/i586-pc-winnt${v}-strip done # we don't need the header files installed by parity... private