diff options
Diffstat (limited to 'sys-block/unieject/unieject-5.ebuild')
-rw-r--r-- | sys-block/unieject/unieject-5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-block/unieject/unieject-5.ebuild b/sys-block/unieject/unieject-5.ebuild index 09ff388f8236..239a0c59b015 100644 --- a/sys-block/unieject/unieject-5.ebuild +++ b/sys-block/unieject/unieject-5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.ebuild,v 1.1 2005/09/26 09:02:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.ebuild,v 1.1.1.1 2005/11/30 09:45:25 chriswhite Exp $ DESCRIPTION="Multiplatform command to eject and load CD-Rom drives" HOMEPAGE="http://dev.gentoo.org/~flameeyes/projects.xhtml" @@ -25,6 +25,7 @@ src_compile() { econf \ $(use_enable nls) \ --enable-lock-workaround \ + --disable-doc \ || die "econf failed" emake || die "emake failed" } |