diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 22:52:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 22:52:59 +0000 |
commit | 4ebfa32c0b3461863e6c073910f1585568dddb4f (patch) | |
tree | 36eda3cdecf725897eff1f86c1f2fc32da2bc4e8 /eclass | |
parent | 0.9.6 version bump for bug 235461. Thanks to Chad A. Simmons (diff) | |
download | gentoo-2-4ebfa32c0b3461863e6c073910f1585568dddb4f.tar.gz gentoo-2-4ebfa32c0b3461863e6c073910f1585568dddb4f.tar.bz2 gentoo-2-4ebfa32c0b3461863e6c073910f1585568dddb4f.zip |
Fix kde4-base.eclass so it works with updated kde-base.eclass.
Diffstat (limited to '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. |