diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-29 23:44:56 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-29 23:44:56 +0000 |
commit | 96224f05d8ea6340256facbf5f9c0f5362b2382a (patch) | |
tree | 5ca1fe68bf42e7479e98cfaaf1342ca554e8ab73 /sys-fs/lvm2 | |
parent | Try a different combined fix for bug #291217 (selinux compile) and bug #29327... (diff) | |
download | gentoo-2-96224f05d8ea6340256facbf5f9c0f5362b2382a.tar.gz gentoo-2-96224f05d8ea6340256facbf5f9c0f5362b2382a.tar.bz2 gentoo-2-96224f05d8ea6340256facbf5f9c0f5362b2382a.zip |
Whitespace.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.51-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild b/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild index 06a35d134d1c..f35f09b34739 100644 --- a/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51-r3.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/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild,v 1.1 2009/11/29 23:44:24 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r3.ebuild,v 1.2 2009/11/29 23:44:56 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -128,7 +128,7 @@ src_compile() { pushd include emake || die "Failed to prepare symlinks" popd - + einfo "Starting main build" emake || die "compile fail" } |