diff options
author | 2011-11-09 04:44:15 +0000 | |
---|---|---|
committer | 2011-11-09 04:44:15 +0000 | |
commit | 84702a90431ceefc4f61095a39164d4c9f694452 (patch) | |
tree | e60dd33d56a484e0398f5600b52cf536833856a7 /sys-fs/udev/udev-9999.ebuild | |
parent | Drop the glibc dep now that we handle tls in the build generically. (diff) | |
download | historical-84702a90431ceefc4f61095a39164d4c9f694452.tar.gz historical-84702a90431ceefc4f61095a39164d4c9f694452.tar.bz2 historical-84702a90431ceefc4f61095a39164d4c9f694452.zip |
fix an indent
Package-Manager: portage-2.2.0_alpha72/cvs/Linux i686
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index bb75eab5a3ec..031fe181a791 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.59 2011/11/09 04:15:20 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.60 2011/11/09 04:44:15 williamh Exp $ EAPI=4 @@ -56,9 +56,9 @@ then DEPEND="${DEPEND} dev-util/gtk-doc test? ( app-text/tree )" - else +else DEPEND="${DEPEND} - doc? ( dev-util/gtk-doc )" + doc? ( dev-util/gtk-doc )" fi RDEPEND="${COMMON_DEPEND} |