diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-29 20:48:58 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-29 20:48:58 +0000 |
commit | f616d97ec0503fbe70df02ef4e7d4100e2cdb7a1 (patch) | |
tree | accfd403a61a5f57d892382ae405712846185924 /eclass | |
parent | The code in pkg_setup and make_args is only run once at the start of src_comp... (diff) | |
download | gentoo-2-f616d97ec0503fbe70df02ef4e7d4100e2cdb7a1.tar.gz gentoo-2-f616d97ec0503fbe70df02ef4e7d4100e2cdb7a1.tar.bz2 gentoo-2-f616d97ec0503fbe70df02ef4e7d4100e2cdb7a1.zip |
Increase Xfvb resolution to address gimp test failure, bug #414853.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/virtualx.eclass | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index c6a0b6c0a297..2bd8ec50b404 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.421 2012/09/29 19:38:56 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.422 2012/09/29 20:48:58 chithanh Exp $ + + 29 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + virtualx.eclass: + Increase Xfvb resolution to address gimp test failure, bug #414853. 29 Sep 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: added helper function to remove i18n.h includes, if media-plugins/vdr-* are diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index c131302ef0a9..2a1b4a8aa3a2 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -1,6 +1,6 @@ -# 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/eclass/virtualx.eclass,v 1.40 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.41 2012/09/29 20:48:58 chithanh Exp $ # @ECLASS: virtualx.eclass # @MAINTAINER: @@ -81,7 +81,7 @@ virtualmake() { local OLD_SANDBOX_ON="${SANDBOX_ON}" local XVFB=$(type -p Xvfb) local XHOST=$(type -p xhost) - local xvfbargs="-screen 0 800x600x24" + local xvfbargs="-screen 0 1280x1024x24" # backcompat for maketype if [[ -n ${maketype} ]]; then |