diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-06-17 12:12:17 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-06-17 12:12:17 +0000 |
commit | 8d0c4a46fd8ec29edc017562bce650170f5393af (patch) | |
tree | 8c39afe4b7f49a775c6ad41967daa190a6539bb2 /dev-libs/eina | |
parent | Use doicon -s scalable instead of doins -s scalable wrt #421553 by Jaakko Per... (diff) | |
download | gentoo-2-8d0c4a46fd8ec29edc017562bce650170f5393af.tar.gz gentoo-2-8d0c4a46fd8ec29edc017562bce650170f5393af.tar.bz2 gentoo-2-8d0c4a46fd8ec29edc017562bce650170f5393af.zip |
Adjusted ebuild for tests, removing test restriction
(Portage version: 2.2.0_alpha110-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/eina')
-rw-r--r-- | dev-libs/eina/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/eina/eina-1.2.1.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/eina/ChangeLog b/dev-libs/eina/ChangeLog index 31893b7af330..5dbfba54366f 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.8 2012/06/16 09:07:13 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.9 2012/06/17 12:12:17 tommy Exp $ + + 17 Jun 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> eina-1.2.1.ebuild: + Adjusted ebuild for tests, removing test restriction *eina-1.2.1 (16 Jun 2012) diff --git a/dev-libs/eina/eina-1.2.1.ebuild b/dev-libs/eina/eina-1.2.1.ebuild index b929754118f7..83b7092482b3 100644 --- a/dev-libs/eina/eina-1.2.1.ebuild +++ b/dev-libs/eina/eina-1.2.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.2.1.ebuild,v 1.1 2012/06/16 09:07:13 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.2.1.ebuild,v 1.2 2012/06/17 12:12:17 tommy Exp $ EAPI="2" @@ -24,9 +24,6 @@ DEPEND="${RDEPEND} dev-util/lcov )" -#tests are currently broken -RESTRICT="test" - src_prepare() { cp "${FILESDIR}"/city.h src/tests/ || die @@ -45,7 +42,7 @@ src_configure() { $(use_enable !debug amalgamation) $(use_enable debug stringshare-usage) $(use_enable debug assert) - $(use debug || echo " --with-internal-maximum-log-level=2") + $(( use debug || use test ) || echo " --with-internal-maximum-log-level=2") $(use_enable debug valgrind) $(use_enable default-mempool) $(use_enable doc) |