diff options
author | 2010-01-26 16:28:27 +0000 | |
---|---|---|
committer | 2010-01-26 16:28:27 +0000 | |
commit | 1b911126fa7d73fd79e75948bd271b2b8d026b2f (patch) | |
tree | 784f540048c49596d310de8608beb88df4a57d63 /x11-libs/qt-phonon | |
parent | typo in CL (diff) | |
download | gentoo-2-1b911126fa7d73fd79e75948bd271b2b8d026b2f.tar.gz gentoo-2-1b911126fa7d73fd79e75948bd271b2b8d026b2f.tar.bz2 gentoo-2-1b911126fa7d73fd79e75948bd271b2b8d026b2f.zip |
Call correct eclass function, bug 302289.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r-- | x11-libs/qt-phonon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog index 16ce158604ee..a08b8137b8a5 100644 --- a/x11-libs/qt-phonon/ChangeLog +++ b/x11-libs/qt-phonon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-phonon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.59 2010/01/25 23:49:24 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.60 2010/01/26 16:28:27 spatz Exp $ + + 26 Jan 2010; Dror Levin <spatz@gentoo.org> qt-phonon-4.6.1-r1.ebuild: + Call correct eclass function, bug 302289. *qt-phonon-4.6.1-r1 (25 Jan 2010) diff --git a/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild b/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild index 883398fae55f..0998d54fe2af 100644 --- a/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild +++ b/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild,v 1.1 2010/01/25 23:49:24 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild,v 1.2 2010/01/26 16:28:27 spatz Exp $ EAPI="2" inherit qt4-build @@ -31,7 +31,7 @@ pkg_setup() { QCONFIG_ADD="phonon" use aqua || QCONFIG_DEFINE="QT_GSTREAMER" - qt4-build_src_prepare + qt4-build_pkg_setup } src_configure() { |