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 56809138334 for ; Tue, 31 Dec 2019 09:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C68E0E47; Tue, 31 Dec 2019 09:10:38 +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 66E94E0E47 for ; Tue, 31 Dec 2019 09:10:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 21ECE34DDC7 for ; Tue, 31 Dec 2019 09:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8277542 for ; Tue, 31 Dec 2019 09:10:35 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1577783422.f960fda83cf57ad529fe34fb996a92cb8be7bf44.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/, / X-VCS-Repository: proj/portage-utils X-VCS-Files: Makefile.in travis/main.sh X-VCS-Directories: travis/ / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f960fda83cf57ad529fe34fb996a92cb8be7bf44 X-VCS-Branch: master Date: Tue, 31 Dec 2019 09:10:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83182b62-5488-4b5d-a9a4-3726587157cb X-Archives-Hash: f1624e302398e026e1bf9e38a2589c7c commit: f960fda83cf57ad529fe34fb996a92cb8be7bf44 Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 31 09:10:22 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 31 09:10:22 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f960fda8 buildsys: regen Signed-off-by: Fabian Groffen gentoo.org> Makefile.in | 6 +++--- travis/main.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0ffd8c6..7403b5b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1610,9 +1610,9 @@ q_CPPFLAGS = -I$(top_srcdir)/libq -I$(top_builddir)/autotools/gnulib \ -I$(top_srcdir)/autotools/gnulib $(NULL) $(am__append_2) \ $(am__append_7) q_LDADD = $(top_builddir)/libq/libq.la \ - $(top_builddir)/autotools/gnulib/libgnu.a -liniparser \ - $(LIBSSL) $(LIBBL2) $(LIBZ) $(GPGME_LIBS) $(LIB_CLOCK_GETTIME) \ - $(LIB_EACCESS) $(NULL) $(am__append_3) $(am__append_8) + $(top_builddir)/autotools/gnulib/libgnu.a $(LIBSSL) $(LIBBL2) \ + $(LIBZ) $(GPGME_LIBS) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) \ + $(NULL) $(am__append_3) $(am__append_8) EXTRA_DIST = \ autotools/m4/gnulib-cache.m4 \ applets.h \ diff --git a/travis/main.sh b/travis/main.sh index 7154ce5..c5f7670 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -26,7 +26,7 @@ coverity_scan() { } main() { - # For local deps like iniparser. + # For local deps like blake2b. export CPPFLAGS="-I${PWD}/../sysroot" export LDFLAGS="-L${PWD}/../sysroot"