summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/xmlindent/xmlindent-0.2.17.ebuild')
-rw-r--r--dev-util/xmlindent/xmlindent-0.2.17.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/xmlindent/xmlindent-0.2.17.ebuild b/dev-util/xmlindent/xmlindent-0.2.17.ebuild
index 0355bf9b901e..fd277c9126dc 100644
--- a/dev-util/xmlindent/xmlindent-0.2.17.ebuild
+++ b/dev-util/xmlindent/xmlindent-0.2.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xmlindent/xmlindent-0.2.17.ebuild,v 1.2 2006/06/24 14:55:15 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmlindent/xmlindent-0.2.17.ebuild,v 1.3 2007/07/12 01:05:42 mr_bones_ Exp $
inherit eutils
DESCRIPTION="XML Indent is an XML stream reformatter written in ANSI C, analogous to GNU indent."
@@ -13,7 +13,6 @@ KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
DEPEND="sys-devel/flex"
-
src_compile() {
emake || die "emake failed"
}
@@ -22,4 +21,3 @@ src_install() {
dobin xmlindent
doman *.1
}
-