diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-06 11:06:51 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-06 11:06:51 +0000 |
commit | c92d262b0bc8fc2bc52539f49ed628e28bb253be (patch) | |
tree | ebabaab6c30c86b0ed2203e4995d739f3c03e3b3 /app-emulation/qtemu/qtemu-1.0.5.ebuild | |
parent | migrate to qt4-r2 eclass (diff) | |
download | gentoo-2-c92d262b0bc8fc2bc52539f49ed628e28bb253be.tar.gz gentoo-2-c92d262b0bc8fc2bc52539f49ed628e28bb253be.tar.bz2 gentoo-2-c92d262b0bc8fc2bc52539f49ed628e28bb253be.zip |
migrate to qt4-r2 eclass
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qtemu/qtemu-1.0.5.ebuild')
-rw-r--r-- | app-emulation/qtemu/qtemu-1.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qtemu/qtemu-1.0.5.ebuild b/app-emulation/qtemu/qtemu-1.0.5.ebuild index 38ff3c3c40d2..4a382530b3f5 100644 --- a/app-emulation/qtemu/qtemu-1.0.5.ebuild +++ b/app-emulation/qtemu/qtemu-1.0.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.1 2009/06/08 15:58:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.2 2010/01/06 11:06:51 hwoarang Exp $ EAPI="2" -inherit eutils qt4 cmake-utils +inherit eutils qt4-r2 cmake-utils DESCRIPTION="A graphical user interface for QEMU written in Qt4." HOMEPAGE="http://qtemu.sourceforge.net/" |