diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:07:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:07:59 +0000 |
commit | dea388aa47911cfb93e72e387e3d158938296a13 (patch) | |
tree | 19774aabf47ec5aad0bbefbae887d652dd99a079 /app-i18n/xcin/xcin-2.5.3_pre2.ebuild | |
parent | add inherit eutils (diff) | |
download | gentoo-2-dea388aa47911cfb93e72e387e3d158938296a13.tar.gz gentoo-2-dea388aa47911cfb93e72e387e3d158938296a13.tar.bz2 gentoo-2-dea388aa47911cfb93e72e387e3d158938296a13.zip |
add inherit eutils
Diffstat (limited to 'app-i18n/xcin/xcin-2.5.3_pre2.ebuild')
-rw-r--r-- | app-i18n/xcin/xcin-2.5.3_pre2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-i18n/xcin/xcin-2.5.3_pre2.ebuild b/app-i18n/xcin/xcin-2.5.3_pre2.ebuild index 482428ff8ee1..3918684ec114 100644 --- a/app-i18n/xcin/xcin-2.5.3_pre2.ebuild +++ b/app-i18n/xcin/xcin-2.5.3_pre2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre2.ebuild,v 1.7 2003/11/04 00:32:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre2.ebuild,v 1.8 2004/04/06 04:05:44 vapier Exp $ + +inherit eutils XCIN="${P/_/.}.tar.gz" CHEWING="chewing-2002Jan07-snapshot.tar.gz" @@ -19,7 +21,6 @@ DEPEND="nls? ( sys-devel/gettext ) >=app-i18n/libtabe-0.2.5" S=${WORKDIR}/${PN} -MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${XCIN} |