diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:06:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:06:25 +0000 |
commit | 35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22 (patch) | |
tree | dcde7b2cfdeb6d37ff129a7ff526fd334e1fc05f /app-i18n/xcin | |
parent | Closes #46164 (diff) | |
download | historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.tar.gz historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.tar.bz2 historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.zip |
add inherit eutils
Diffstat (limited to 'app-i18n/xcin')
-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} |