summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-21 19:50:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-21 19:50:52 +0000
commitdc00aa7f18cf602e2a1d71596624a0e8ef448f7b (patch)
treec8129043de219e409fdddced0ae8a9a55d556d05 /xfce-base/xfce4-panel
parentRemoved old versions, added the latest version. Note that this version contai... (diff)
downloadgentoo-2-dc00aa7f18cf602e2a1d71596624a0e8ef448f7b.tar.gz
gentoo-2-dc00aa7f18cf602e2a1d71596624a0e8ef448f7b.tar.bz2
gentoo-2-dc00aa7f18cf602e2a1d71596624a0e8ef448f7b.zip
Fix previous commit and add missing --disable-static
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfce4-panel')
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild
index c79e3e56bc7c..e235dd9712ae 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild,v 1.1 2010/03/21 19:32:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.7.0.ebuild,v 1.2 2010/03/21 19:50:52 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF}
--disable-dependency-tracking
+ --disable-static
$(use_enable debug)
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
DOCS="AUTHORS ChangeLog NEWS THANKS"