Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/
Date: Sat, 02 Jan 2016 10:52:38
Message-Id: 1451731949.101a5daae1227572cb8f46ae3d1c7af298bda00a.eva@gentoo
1 commit: 101a5daae1227572cb8f46ae3d1c7af298bda00a
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 10:45:40 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 10:52:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101a5daa
7
8 sci-geosciences/gnome-maps: do not build static library
9
10 Package-Manager: portage-2.2.26
11
12 sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
16 index 30fc32e..cd38ed6 100644
17 --- a/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
18 +++ b/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -36,3 +36,7 @@ DEPEND="${RDEPEND}
26 >=dev-util/intltool-0.40
27 virtual/pkgconfig
28 "
29 +
30 +src_configure() {
31 + gnome2_src_configure --disable-static
32 +}