diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-03 20:00:55 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-03 20:00:55 +0000 |
commit | 20954259a6c3f29f4615f747356f016644f59db0 (patch) | |
tree | 5d7ccafb56a685ebd2edc6239978a0a1e7726baa /app-office | |
parent | x86 stable, see bug 409857 (diff) | |
download | gentoo-2-20954259a6c3f29f4615f747356f016644f59db0.tar.gz gentoo-2-20954259a6c3f29f4615f747356f016644f59db0.tar.bz2 gentoo-2-20954259a6c3f29f4615f747356f016644f59db0.zip |
Add virtualx support to fix the tests, thanks Ian
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kplato/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kplato/kplato-2.3.3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index 9e6360eeb345..5f8da261bfa8 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/kplato -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.96 2011/06/01 21:45:46 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.97 2012/04/03 20:00:55 dilfridge Exp $ + + 03 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> kplato-2.3.3.ebuild: + Add virtualx support to fix the tests, thanks Ian 01 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kplato-2.2.2.ebuild: Remove old diff --git a/app-office/kplato/kplato-2.3.3.ebuild b/app-office/kplato/kplato-2.3.3.ebuild index d0c33a60de3e..76aac617c74b 100644 --- a/app-office/kplato/kplato-2.3.3.ebuild +++ b/app-office/kplato/kplato-2.3.3.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-2.3.3.ebuild,v 1.4 2011/05/09 23:13:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-2.3.3.ebuild,v 1.5 2012/04/03 20:00:55 dilfridge Exp $ EAPI=3 KMNAME="koffice" KMMODULE="${PN}" +VIRTUALX_REQUIRED=test inherit kde4-meta DESCRIPTION="KOffice project management application" |