Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Sat, 02 Jan 2016 10:52:38
Message-Id: 1451731947.7c862e14a3e2661f7af840b9ac8bbdc156f0a491.eva@gentoo
1 commit: 7c862e14a3e2661f7af840b9ac8bbdc156f0a491
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 10:44:05 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 10:52:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c862e14
7
8 gnome-extra/gnome-calculator: do not build static library
9
10 Package-Manager: portage-2.2.26
11
12 gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
16 index c05ae68..d51544b 100644
17 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
18 +++ b/gnome-extra/gnome-calculator/gnome-calculator-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 @@ -35,5 +35,6 @@ DEPEND="${COMMON_DEPEND}
26
27 src_configure() {
28 gnome2_src_configure \
29 + --disable-static \
30 VALAC=$(type -P true)
31 }