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 D4C17139694 for ; Fri, 28 Jul 2017 20:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F081FC11C; Fri, 28 Jul 2017 20:48:53 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 346AD1FC11C for ; Fri, 28 Jul 2017 20:48:52 +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 6044C341A63 for ; Fri, 28 Jul 2017 20:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F19E474B2 for ; Fri, 28 Jul 2017 20:48:48 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1501273180.6ad973f70eefbffeebb8ff400d57572d5059cf37.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch X-VCS-Directories: sci-biology/ncbi-tools++/files/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 6ad973f70eefbffeebb8ff400d57572d5059cf37 X-VCS-Branch: master Date: Fri, 28 Jul 2017 20:48:48 +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: e3b61386-7f97-4ef5-9b29-739689715558 X-Archives-Hash: 868c7f5bcfdde3aa5b3bd9ab04fcf9ec commit: 6ad973f70eefbffeebb8ff400d57572d5059cf37 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jul 28 20:19:40 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jul 28 20:19:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ad973f7 sci-biology/ncbi-tools++: resolving my 'stash pop' with an empty change Sorry for noise. Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch b/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch index 49a4adb4e..bc62bd658 100644 --- a/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch +++ b/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch @@ -11,5 +11,8 @@ Index: c++.18.0.0/src/app/srcchk/Makefile.srcchk.app +LIB = xobjwrite $(XFORMAT_LIBS) variation_utils $(OBJREAD_LIBS) xalnmgr \ + xobjutil entrez2cli entrez2 tables xregexp $(PCRE_LIB) $(OBJMGR_LIBS) - LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS) +-LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS) ++LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(PCRE_LIBS) $(ORIG_LIBS) + + REQUIRES = objects -Cygwin