From a3e3bf6ae4403daef4daf0082a1e259a486e57aa Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Wed, 7 May 2008 04:45:17 +0200 Subject: [PATCH] eclass/qt4-qt-copy: this oughta work now. --- eclass/qt4-qt-copy.eclass | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eclass/qt4-qt-copy.eclass b/eclass/qt4-qt-copy.eclass index cefec38..aa3d8ae 100644 --- a/eclass/qt4-qt-copy.eclass +++ b/eclass/qt4-qt-copy.eclass @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="1" + # @ECLASS: qt4-qt-copy.eclass # @MAINTAINER: # Leonardo Valeri Manera @@ -13,7 +15,7 @@ inherit eutils multilib toolchain-funcs flag-o-matic subversion qt4-build -IUSE="+qt-copy" +IUSE="${IUSE} +qt-copy" case ${PV} in 4.4.0_rc1) @@ -27,8 +29,8 @@ case ${PV} in esac if [[ -n ${QT_COPY_PV} ]]; then - SRC_URI="qt-copy? ( http://jyujin.de/~creidiki/qt-copy/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma )" - DEPEND="qt-copy? ( app-arch/lzma-utils )" + SRC_URI="${SRC_URI} qt-copy? ( http://jyujin.de/~creidiki/qt-copy/qt-copy-${PV}-patches-${QT_COPY_PV}.tar.lzma )" + DEPEND="${DEPEND} qt-copy? ( app-arch/lzma-utils )" fi qt4_qt-copy() { -- 2.11.4.GIT