diff options
Diffstat (limited to 'app-text/enchant/enchant-1.0.0.ebuild')
-rw-r--r-- | app-text/enchant/enchant-1.0.0.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.0.0.ebuild b/app-text/enchant/enchant-1.0.0.ebuild index 5414b3a65363..0f5309bdb787 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.2 2003/09/28 13:05:16 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.0.0.ebuild,v 1.3 2003/11/02 05:19:57 agriffis Exp $ inherit gnome2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="" @@ -25,3 +25,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" 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" +} |