diff options
author | Dror Levin <spatz@gentoo.org> | 2010-01-21 19:11:31 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-01-21 19:11:31 +0000 |
commit | 6b357cf78b3b5ab3f281400a9f85da0a23bbd41f (patch) | |
tree | 7f8b4c9d6cee2e5f49f1cad17bfada6be2a9a23a /eclass/qt4-r2.eclass | |
parent | Revbump to add Prefix awareness, fix up buildsystem to properly support DESTD... (diff) | |
download | historical-6b357cf78b3b5ab3f281400a9f85da0a23bbd41f.tar.gz historical-6b357cf78b3b5ab3f281400a9f85da0a23bbd41f.tar.bz2 historical-6b357cf78b3b5ab3f281400a9f85da0a23bbd41f.zip |
Support EAPI3 in qt4-r2.eclass
Diffstat (limited to 'eclass/qt4-r2.eclass')
-rw-r--r-- | eclass/qt4-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass index fa307dbdf339..3f908e20b31b 100644 --- a/eclass/qt4-r2.eclass +++ b/eclass/qt4-r2.eclass @@ -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/eclass/qt4-r2.eclass,v 1.2 2010/01/14 21:25:17 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.3 2010/01/21 19:11:31 spatz Exp $ # @ECLASS: qt4-r2.eclass # @MAINTAINER: @@ -14,7 +14,7 @@ # dealing with packages using Qt4 libraries. Requires EAPI=2. case ${EAPI} in - 2) : ;; + 2|3) : ;; *) DEPEND="EAPI-INCOMPATIBLE" ;; esac |