From 7a6a300210c82c4d0afdafe2509a5f88ff1bde66 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Tue, 6 Oct 2009 21:27:09 +0000 Subject: Don't build static libs. (Portage version: 2.2_rc44/cvs/Linux x86_64) --- xfce-base/libxfce4util/ChangeLog | 6 +++++- xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'xfce-base/libxfce4util') diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 5929bbee7ee6..1613208099b0 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.131 2009/10/05 21:06:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.132 2009/10/06 21:27:09 ssuominen Exp $ + + 06 Oct 2009; Samuli Suominen + libxfce4util-4.6.1.ebuild: + Don't build static libs. 05 Oct 2009; Jeremy Olexa libxfce4util-4.6.1.ebuild: Port Gentoo Prefix ebuild to gentoo-x86 diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild index 89e80ee4d898..a16282bf4099 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.12 2009/10/05 21:06:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.13 2009/10/06 21:27:09 ssuominen Exp $ EAPI=2 inherit xfconf @@ -20,6 +20,7 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF="--disable-dependency-tracking + --disable-static $(use_enable debug)" DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" } -- cgit v1.2.3-65-gdbad