diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-10-25 11:41:40 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-10-25 11:41:40 +0000 |
commit | b9a312ef58ecd6a147dca47c4720157991dc6268 (patch) | |
tree | dd8f5fee113fd7943ddafe8b096f6035fd4db360 /dev-libs/eina | |
parent | Version bump and make test work correctly. (diff) | |
download | gentoo-2-b9a312ef58ecd6a147dca47c4720157991dc6268.tar.gz gentoo-2-b9a312ef58ecd6a147dca47c4720157991dc6268.tar.bz2 gentoo-2-b9a312ef58ecd6a147dca47c4720157991dc6268.zip |
Enable maximum log levels for tests
(Portage version: 2.2.0_alpha141-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/eina')
-rw-r--r-- | dev-libs/eina/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/eina/eina-1.7.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/eina/ChangeLog b/dev-libs/eina/ChangeLog index 23c0a25a2d24..2e0232aac9c6 100644 --- a/dev-libs/eina/ChangeLog +++ b/dev-libs/eina/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/eina # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.13 2012/10/22 13:05:21 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.14 2012/10/25 11:41:40 tommy Exp $ + + 25 Oct 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> eina-1.7.1.ebuild: + Enable maximum log levels for tests *eina-1.7.1 (22 Oct 2012) diff --git a/dev-libs/eina/eina-1.7.1.ebuild b/dev-libs/eina/eina-1.7.1.ebuild index 987cc088435b..2a4a44b52182 100644 --- a/dev-libs/eina/eina-1.7.1.ebuild +++ b/dev-libs/eina/eina-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.1.ebuild,v 1.1 2012/10/22 13:05:21 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.1.ebuild,v 1.2 2012/10/25 11:41:40 tommy Exp $ EAPI="2" @@ -58,6 +58,7 @@ src_configure() { $(use_enable test e17) $(use_enable test tests) $(use_enable test benchmark) + $(use test && echo " --with-internal-maximum-log-level=6") --enable-magic-debug --enable-safety-checks " |