commit: 7c862e14a3e2661f7af840b9ac8bbdc156f0a491
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 10:44:05 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 10:52:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c862e14
gnome-extra/gnome-calculator: do not build static library
Package-Manager: portage-2.2.26
gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
index c05ae68..d51544b 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -35,5 +35,6 @@ DEPEND="${COMMON_DEPEND}
src_configure() {
gnome2_src_configure \
+ --disable-static \
VALAC=$(type -P true)
}