Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/
Date: Thu, 10 Aug 2017 18:35:50
Message-Id: 1502390001.f4676d81db9d16ad436b9dcc849206bad7dacaa1.asturm@gentoo
1 commit: f4676d81db9d16ad436b9dcc849206bad7dacaa1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 18:33:21 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 18:33:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4676d81
7
8 dev-libs/libpqxx: Remove bogus myconf remains
9
10 dev-libs/libpqxx/libpqxx-5.1.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libpqxx/libpqxx-5.1.0.ebuild b/dev-libs/libpqxx/libpqxx-5.1.0.ebuild
14 index 8ef0695ac56..6c01ca8a607 100644
15 --- a/dev-libs/libpqxx/libpqxx-5.1.0.ebuild
16 +++ b/dev-libs/libpqxx/libpqxx-5.1.0.ebuild
17 @@ -38,7 +38,7 @@ src_configure() {
18 econf \
19 --enable-shared \
20 $(use_enable doc documentation) \
21 - $(use_enable static-libs static) local myconf
22 + $(use_enable static-libs static)
23 }
24
25 src_install () {