diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:19:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 00:19:45 +0000 |
commit | e4defa300d0cce5e2a542d349d70982d0454ebba (patch) | |
tree | 9fb084794d030e69e20c45cb7a571fd33f23cb29 /app-text/psiconv/psiconv-0.8.3.ebuild | |
parent | new package to convert Psion documents (diff) | |
download | gentoo-2-e4defa300d0cce5e2a542d349d70982d0454ebba.tar.gz gentoo-2-e4defa300d0cce5e2a542d349d70982d0454ebba.tar.bz2 gentoo-2-e4defa300d0cce5e2a542d349d70982d0454ebba.zip |
repoman violations
Diffstat (limited to 'app-text/psiconv/psiconv-0.8.3.ebuild')
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild index 5f95f4721be6..1a4240141bc3 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.8.3.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-text/psiconv/psiconv-0.8.3.ebuild,v 1.1 2003/09/15 00:19:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.2 2003/09/15 00:19:44 seemant Exp $ IUSE="doc" @@ -16,14 +16,14 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="virtual/glibc" src_compile() { - + local myconf use doc \ && myconf="${myconf} enable-html4-docs \ --enable-ascii-docs \ --enable-rtf-docs" - + econf || die "./configure failed" emake || die } |