diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-07 10:16:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-07 10:16:19 +0000 |
commit | 2c376d937b414827a1b6fbe18d8cbc6699e62971 (patch) | |
tree | 744331734b381bc77f04f429665f2c8bce4f0e10 /gnome-extra/evolution-data-server | |
parent | Stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2c376d937b414827a1b6fbe18d8cbc6699e62971.tar.gz gentoo-2-2c376d937b414827a1b6fbe18d8cbc6699e62971.tar.bz2 gentoo-2-2c376d937b414827a1b6fbe18d8cbc6699e62971.zip |
work around portage .50 bug
Diffstat (limited to 'gnome-extra/evolution-data-server')
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild index 903d7f9068af..e0dc8e02c8cf 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild,v 1.1 2004/08/06 19:31:17 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-0.0.97.ebuild,v 1.2 2004/08/07 10:16:19 mr_bones_ Exp $ inherit debug gnome2 libtool @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-1 )" MAKEOPTS="${MAKEOPTS} -j1" -USE_DESTDIR=1 G2CONF="${G2CONF} \ `use_enable doc gtk-doc` \ `use_with ldap openldap`" +USE_DESTDIR=1 |