summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-11 00:57:53 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-11 00:57:53 +0000
commitc5455b62d5cac68f3ee7816f96613ea3aa3687a1 (patch)
tree4cc8e909872dd00fa7b1034a674ff42e11ad54f1 /app-office/dia2code
parentInitial version, closes #19448 (diff)
downloadgentoo-2-c5455b62d5cac68f3ee7816f96613ea3aa3687a1.tar.gz
gentoo-2-c5455b62d5cac68f3ee7816f96613ea3aa3687a1.tar.bz2
gentoo-2-c5455b62d5cac68f3ee7816f96613ea3aa3687a1.zip
repoman: fix leading whitespace
Diffstat (limited to 'app-office/dia2code')
-rw-r--r--app-office/dia2code/Manifest2
-rw-r--r--app-office/dia2code/dia2code-0.8.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
index 4192bfe5865a..a74c6da5ce65 100644
--- a/app-office/dia2code/Manifest
+++ b/app-office/dia2code/Manifest
@@ -1,3 +1,3 @@
MD5 f3c213d4f8851781f423a11d19a04c93 ChangeLog 681
-MD5 d87b0973b2197a3a3a819e369c7999f7 dia2code-0.8.1.ebuild 842
+MD5 39067ebbc50659fee47d072c58b8e42d dia2code-0.8.1.ebuild 832
MD5 3443ab8d52c02556db96eafb035b3521 files/digest-dia2code-0.8.1 65
diff --git a/app-office/dia2code/dia2code-0.8.1.ebuild b/app-office/dia2code/dia2code-0.8.1.ebuild
index 3ab9a4351bf7..39289ca36d8b 100644
--- a/app-office/dia2code/dia2code-0.8.1.ebuild
+++ b/app-office/dia2code/dia2code-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.6 2003/02/13 09:15:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.7 2003/09/11 00:57:18 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours."
@@ -22,7 +22,7 @@ src_compile () {
# libxml2 header fix
CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml"
./configure --prefix=/usr \
- --host="${CHOST}"
+ --host="${CHOST}"
emake || die
}