Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libdbi-drivers/
Date: Sun, 28 Jan 2018 17:38:23
Message-Id: 1517161090.baf686a780fa602bc4affee7168c76310f6fbb32.zmedico@gentoo
1 commit: baf686a780fa602bc4affee7168c76310f6fbb32
2 Author: Georgi Georgiev <chutz+bugs.gentoo.org <AT> gg3 <DOT> net>
3 AuthorDate: Sun Jan 28 17:29:35 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 17:38:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf686a7
7
8 dev-db/libdbi-drivers: fix configure for 17.1 profiles (bug 503064)
9
10 Closes: https://bugs.gentoo.org/503064
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild
17 index 9d4bf1e7df0..869be59eae3 100644
18 --- a/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild
19 +++ b/dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -64,6 +64,7 @@ src_configure() {
27 econf \
28 $(use_enable doc docs) \
29 $(use_enable static-libs static) \
30 + --with-dbi-libdir=/usr/$(get_libdir) \
31 ${myconf}
32 }