summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-11-02 05:23:42 +0000
committerAron Griffis <agriffis@gentoo.org>2003-11-02 05:23:42 +0000
commitdeb231a6edb16102448139a3e8092be5894b500a (patch)
treeb322eeb9737b4fa0bfb3bcf86d478a272ae16c40 /app-text/enchant/enchant-1.0.0.ebuild
parentInitial import (diff)
downloadgentoo-2-deb231a6edb16102448139a3e8092be5894b500a.tar.gz
gentoo-2-deb231a6edb16102448139a3e8092be5894b500a.tar.bz2
gentoo-2-deb231a6edb16102448139a3e8092be5894b500a.zip
only use alpha patch on alpha
Diffstat (limited to 'app-text/enchant/enchant-1.0.0.ebuild')
-rw-r--r--app-text/enchant/enchant-1.0.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.0.0.ebuild b/app-text/enchant/enchant-1.0.0.ebuild
index 0f5309bdb787..d4882dcf61b7 100644
--- a/app-text/enchant/enchant-1.0.0.ebuild
+++ b/app-text/enchant/enchant-1.0.0.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/enchant/enchant-1.0.0.ebuild,v 1.3 2003/11/02 05:19:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.0.0.ebuild,v 1.4 2003/11/02 05:23:38 agriffis Exp $
inherit gnome2
@@ -29,5 +29,7 @@ DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/enchant-1.0.0-alpha.patch || die "epatch failed"
+ if use alpha; then
+ epatch ${FILESDIR}/enchant-1.0.0-alpha.patch || die "epatch failed"
+ fi
}