diff options
author | 2008-11-09 22:52:59 +0000 | |
---|---|---|
committer | 2008-11-09 22:52:59 +0000 | |
commit | e1439389c533630f77570cb8392a56226fdd64b8 (patch) | |
tree | 2370e0913e2f22f65e01b20c41d95a7ae00f6a42 /eclass/kde4-base.eclass | |
parent | 0.9.6 version bump for bug 235461. Thanks to Chad A. Simmons (diff) | |
download | historical-e1439389c533630f77570cb8392a56226fdd64b8.tar.gz historical-e1439389c533630f77570cb8392a56226fdd64b8.tar.bz2 historical-e1439389c533630f77570cb8392a56226fdd64b8.zip |
Fix kde4-base.eclass so it works with updated kde-base.eclass.
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 7b5ef9d94f37..c5c758842d85 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.15 2008/10/11 03:05:37 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.16 2008/11/09 22:52:59 scarabeus Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -501,7 +501,7 @@ kde4-base_src_unpack() { # To be picked up, patches need to conform to the guidelines stated before. # Monolithic ebuilds will use the split ebuild patches. [[ -d "${KDE_S}" ]] || unpack ${A} - kde4-base_apply_patches + base_src_unpack $* else # Call base_src_unpack, which unpacks and patches # step by step transparently as defined in the ebuild. |