summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-06 21:27:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-06 21:27:09 +0000
commit7a6a300210c82c4d0afdafe2509a5f88ff1bde66 (patch)
tree8acddb07644e409100a17876b653f54d839bab44 /xfce-base
parentUse has_version instead of built_with_use for python[ssl] check. (diff)
downloadgentoo-2-7a6a300210c82c4d0afdafe2509a5f88ff1bde66.tar.gz
gentoo-2-7a6a300210c82c4d0afdafe2509a5f88ff1bde66.tar.bz2
gentoo-2-7a6a300210c82c4d0afdafe2509a5f88ff1bde66.zip
Don't build static libs.
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfce4util/ChangeLog6
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild3
2 files changed, 7 insertions, 2 deletions
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 <ssuominen@gentoo.org>
+ libxfce4util-4.6.1.ebuild:
+ Don't build static libs.
05 Oct 2009; Jeremy Olexa <darkside@gentoo.org> 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"
}