Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/, /
Date: Tue, 31 Dec 2019 09:10:39
Message-Id: 1577783422.f960fda83cf57ad529fe34fb996a92cb8be7bf44.grobian@gentoo
1 commit: f960fda83cf57ad529fe34fb996a92cb8be7bf44
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 09:10:22 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 09:10:22 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f960fda8
7
8 buildsys: regen
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 Makefile.in | 6 +++---
13 travis/main.sh | 2 +-
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/Makefile.in b/Makefile.in
17 index 0ffd8c6..7403b5b 100644
18 --- a/Makefile.in
19 +++ b/Makefile.in
20 @@ -1610,9 +1610,9 @@ q_CPPFLAGS = -I$(top_srcdir)/libq -I$(top_builddir)/autotools/gnulib \
21 -I$(top_srcdir)/autotools/gnulib $(NULL) $(am__append_2) \
22 $(am__append_7)
23 q_LDADD = $(top_builddir)/libq/libq.la \
24 - $(top_builddir)/autotools/gnulib/libgnu.a -liniparser \
25 - $(LIBSSL) $(LIBBL2) $(LIBZ) $(GPGME_LIBS) $(LIB_CLOCK_GETTIME) \
26 - $(LIB_EACCESS) $(NULL) $(am__append_3) $(am__append_8)
27 + $(top_builddir)/autotools/gnulib/libgnu.a $(LIBSSL) $(LIBBL2) \
28 + $(LIBZ) $(GPGME_LIBS) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) \
29 + $(NULL) $(am__append_3) $(am__append_8)
30 EXTRA_DIST = \
31 autotools/m4/gnulib-cache.m4 \
32 applets.h \
33
34 diff --git a/travis/main.sh b/travis/main.sh
35 index 7154ce5..c5f7670 100755
36 --- a/travis/main.sh
37 +++ b/travis/main.sh
38 @@ -26,7 +26,7 @@ coverity_scan() {
39 }
40
41 main() {
42 - # For local deps like iniparser.
43 + # For local deps like blake2b.
44 export CPPFLAGS="-I${PWD}/../sysroot"
45 export LDFLAGS="-L${PWD}/../sysroot"