diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-10 17:05:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-10 17:05:40 +0000 |
commit | d1c37260e397af6e1d701ab367377e5b6e2e8ca9 (patch) | |
tree | b136fe5473f86d37b5ede821588adeb30a795f91 /sys-block | |
parent | Readd ~ppc. Remove redundant media-libs/libpng dependency. (diff) | |
download | gentoo-2-d1c37260e397af6e1d701ab367377e5b6e2e8ca9.tar.gz gentoo-2-d1c37260e397af6e1d701ab367377e5b6e2e8ca9.tar.bz2 gentoo-2-d1c37260e397af6e1d701ab367377e5b6e2e8ca9.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/aoetools/aoetools-29.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-block/aoetools/aoetools-29.ebuild b/sys-block/aoetools/aoetools-29.ebuild index fd039ea21b52..9fe10dd152b3 100644 --- a/sys-block/aoetools/aoetools-29.ebuild +++ b/sys-block/aoetools/aoetools-29.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-block/aoetools/aoetools-29.ebuild,v 1.1 2009/03/09 23:09:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-29.ebuild,v 1.2 2009/03/10 17:05:40 mr_bones_ Exp $ DESCRIPTION="aoetools are programs for users of the ATA over Ethernet (AoE) network storage protocol" HOMEPAGE="http://sf.net/projects/aoetools/" @@ -17,4 +17,3 @@ src_unpack() { cd "${S}" sed -i -e 's,^CFLAGS.*,CFLAGS += -Wall,g' Makefile || die "Failed to clean up makefile" } - |