diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-02-10 06:53:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-02-10 06:53:01 +0000 |
commit | 843338a0897c249cbe511e898fafa7393b887c98 (patch) | |
tree | eb691d80fd4918b04348f990ccf2092dedbfa88c /dev-db/hyperdex/hyperdex-1.0.5.ebuild | |
parent | Fixed dependencies (bug #500822). (diff) | |
download | historical-843338a0897c249cbe511e898fafa7393b887c98.tar.gz historical-843338a0897c249cbe511e898fafa7393b887c98.tar.bz2 historical-843338a0897c249cbe511e898fafa7393b887c98.zip |
Tests work again, so unrestrict
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-db/hyperdex/hyperdex-1.0.5.ebuild')
-rw-r--r-- | dev-db/hyperdex/hyperdex-1.0.5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-db/hyperdex/hyperdex-1.0.5.ebuild b/dev-db/hyperdex/hyperdex-1.0.5.ebuild index 35e161a1fbb7..f7c8b7d44c3e 100644 --- a/dev-db/hyperdex/hyperdex-1.0.5.ebuild +++ b/dev-db/hyperdex/hyperdex-1.0.5.ebuild @@ -1,11 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/hyperdex-1.0.5.ebuild,v 1.1 2014/02/10 05:53:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/hyperdex-1.0.5.ebuild,v 1.2 2014/02/10 06:52:47 patrick Exp $ EAPI=5 -# compile failure in tests, waiting for patch from upstream -RESTRICT="test" - PYTHON_DEPEND="2:2.6" inherit eutils python |