diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-05 21:28:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-05 21:28:12 +0000 |
commit | c0ed768d3a665b3d904f3cd120baa417e17764b7 (patch) | |
tree | 3e0e03b8cff84156187b8f971e7b4617bda08a19 /media-libs/libgphoto2 | |
parent | x86 stable, bug #251832 (diff) | |
download | gentoo-2-c0ed768d3a665b3d904f3cd120baa417e17764b7.tar.gz gentoo-2-c0ed768d3a665b3d904f3cd120baa417e17764b7.tar.bz2 gentoo-2-c0ed768d3a665b3d904f3cd120baa417e17764b7.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'media-libs/libgphoto2')
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.4.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild b/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild index 4a7bd512bb5e..6faef7c3e886 100644 --- a/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.4.4.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/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild,v 1.2 2009/04/05 12:50:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild,v 1.3 2009/04/05 21:28:12 mr_bones_ Exp $ # TODO # 1. Track upstream bug --disable-docs does not work. @@ -113,7 +113,6 @@ src_configure() { [ "${cameras}" != "all" ] && \ ewarn "Upstream will not support you if you do not compile all camera drivers first" - econf \ --disable-docs \ --disable-gp2ddb \ |