diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-01-05 20:22:44 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-01-05 20:22:44 +0000 |
commit | f7ec8cf53ca3acf265353982726abb4d686af5a8 (patch) | |
tree | 07567ae1836afd31724cc3db1ccb4aad16e75b22 /app-i18n | |
parent | fix for kde-i18hn packages, it tried to unpack $A which included a patchfile (diff) | |
download | gentoo-2-f7ec8cf53ca3acf265353982726abb4d686af5a8.tar.gz gentoo-2-f7ec8cf53ca3acf265353982726abb4d686af5a8.tar.bz2 gentoo-2-f7ec8cf53ca3acf265353982726abb4d686af5a8.zip |
fix to go with the earlier kde-i18n.eclass change
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild b/app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild index fdec9cb07f80..1b3eabf9f3b8 100644 --- a/app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild +++ b/app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.ogr> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild,v 1.1 2001/12/29 17:41:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n-en_GB/kde-i18n-en_GB-2.2.2.ebuild,v 1.2 2002/01/05 20:22:44 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-i18n || die # override the kde-i18n.eclass function, which adds a patch needed # for all kde-i18n ebuilds but this src_unpack() { - base_src_unpack + unpack ${A//kde-i18n-gentoo.patch} } |