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 | fbdfe472951a6ac4afa871febf7ef1955a8e11cb (patch) | |
tree | aa53d88f8a0cc9b97f28a3a1d7f1382466240597 /eclass | |
parent | Revbump to add Prefix awareness, fix up buildsystem to properly support DESTD... (diff) | |
download | gentoo-2-fbdfe472951a6ac4afa871febf7ef1955a8e11cb.tar.gz gentoo-2-fbdfe472951a6ac4afa871febf7ef1955a8e11cb.tar.bz2 gentoo-2-fbdfe472951a6ac4afa871febf7ef1955a8e11cb.zip |
Support EAPI3 in qt4-r2.eclass
Diffstat (limited to '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 |