diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-10-02 08:14:36 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-10-02 08:14:36 +0000 |
commit | e80579ba0315e195200e5f8f2f2ec83f4d4ca68c (patch) | |
tree | 29f3e460b57d0cc2b4da9b508a4974d4eba6f657 /eclass/ChangeLog | |
parent | Version bump mercurial to 2.3.2. (diff) | |
download | historical-e80579ba0315e195200e5f8f2f2ec83f4d4ca68c.tar.gz historical-e80579ba0315e195200e5f8f2f2ec83f4d4ca68c.tar.bz2 historical-e80579ba0315e195200e5f8f2f2ec83f4d4ca68c.zip |
Make VIRTUALX_COMMAND nonfatal so that Xvfb is always killed. Return status at the end of CMake test phase. This fixes bug #406353.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 6eff4571420e..2e32936e7994 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.423 2012/10/02 01:22:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.424 2012/10/02 08:14:36 kensington Exp $ + + 02 Oct 2012; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass, + virtualx.eclass: + Make VIRTUALX_COMMAND nonfatal so that Xvfb is always killed. Return status + at the end of CMake test phase. This fixes bug #406353. 02 Oct 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: Add 3.3 as a supported python abi for testing. |