diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-06 21:33:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-06 21:33:58 +0000 |
commit | d61e1053a093f35f387125f1e9b842de23a0f52e (patch) | |
tree | f585f93189b9396203aac8458dd403011cdf6161 /xfce-base/xfconf | |
parent | Don't build static libs. Remove USE doc because documentation has been prebuilt. (diff) | |
download | gentoo-2-d61e1053a093f35f387125f1e9b842de23a0f52e.tar.gz gentoo-2-d61e1053a093f35f387125f1e9b842de23a0f52e.tar.bz2 gentoo-2-d61e1053a093f35f387125f1e9b842de23a0f52e.zip |
Don't build static libs.
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.6.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog index ef03fcd74d4d..95c9266dad8e 100644 --- a/xfce-base/xfconf/ChangeLog +++ b/xfce-base/xfconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfconf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.16 2009/10/05 21:22:30 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.17 2009/10/06 21:33:58 ssuominen Exp $ + + 06 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> xfconf-4.6.1.ebuild: + Don't build static libs. 05 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfconf-4.6.1.ebuild: Port Gentoo Prefix ebuild to gentoo-x86 diff --git a/xfce-base/xfconf/xfconf-4.6.1.ebuild b/xfce-base/xfconf/xfconf-4.6.1.ebuild index 57fb98c63e87..6534524135ba 100644 --- a/xfce-base/xfconf/xfconf-4.6.1.ebuild +++ b/xfce-base/xfconf/xfconf-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/xfconf/xfconf-4.6.1.ebuild,v 1.13 2009/10/05 21:22:30 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.6.1.ebuild,v 1.14 2009/10/06 21:33:58 ssuominen Exp $ EAPI=2 inherit flag-o-matic xfconf @@ -28,6 +28,7 @@ RESTRICT="test" pkg_setup() { XFCONF="--disable-dependency-tracking + --disable-static $(use_enable perl perl-bindings) $(use_enable debug) $(use_enable debug checks)" |