summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-03 13:09:49 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-03 13:09:49 +0000
commitf8e3e43a687272a8cfadf8b00d5049d28162f659 (patch)
treebe6e953639299cc86f95b837c165612617e18d28 /app-sci/babel
parent217 days testing should be enough (Manifest recommit) (diff)
downloadgentoo-2-f8e3e43a687272a8cfadf8b00d5049d28162f659.tar.gz
gentoo-2-f8e3e43a687272a8cfadf8b00d5049d28162f659.tar.bz2
gentoo-2-f8e3e43a687272a8cfadf8b00d5049d28162f659.zip
was tested long enough
Diffstat (limited to 'app-sci/babel')
-rw-r--r--app-sci/babel/babel-1.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/babel/babel-1.6.ebuild b/app-sci/babel/babel-1.6.ebuild
index 2c73ab043947..f5502edd5e4f 100644
--- a/app-sci/babel/babel-1.6.ebuild
+++ b/app-sci/babel/babel-1.6.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-sci/babel/babel-1.6.ebuild,v 1.11 2003/12/16 13:24:31 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/babel/babel-1.6.ebuild,v 1.12 2004/03/03 13:09:49 phosphan Exp $
S=${WORKDIR}/${P}
@@ -9,7 +9,7 @@ DESCRIPTION="Babel is a program to interconvert file formats used in molecular m
SRC_URI="http://smog.com/chem/babel/files/${P}.tar.Z"
HOMEPAGE="http://smog.com/chem/babel/"
-KEYWORDS="x86 ~ppc ~sparc"
+KEYWORDS="x86 ppc sparc"
SLOT="0"
LICENSE="as-is"
@@ -21,8 +21,8 @@ src_unpack() {
unpack ${P}.tar.Z
cd ${S}
#Patch the Makefile for gentoo-isms
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
- patch -p0 < ${FILESDIR}/${P}-gcc32.diff || die
+ epatch ${FILESDIR}/${P}-gentoo.diff
+ epatch ${FILESDIR}/${P}-gcc32.diff
}