summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-11-17 18:58:55 +0000
committerPeter Volkov <pva@gentoo.org>2009-11-17 18:58:55 +0000
commitb5c1bee8460b8ab2e51cb8969c4d1cf4a5d03341 (patch)
treef9cc58ab2a5e4d7a765321ff02d9e24c8f837d8f /dev-python/pyenchant
parentAdd functionality for setting the default background for gdm, per bug #293439... (diff)
downloadgentoo-2-b5c1bee8460b8ab2e51cb8969c4d1cf4a5d03341.tar.gz
gentoo-2-b5c1bee8460b8ab2e51cb8969c4d1cf4a5d03341.tar.bz2
gentoo-2-b5c1bee8460b8ab2e51cb8969c4d1cf4a5d03341.zip
Added note that tests should be fixed in next version.
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyenchant')
-rw-r--r--dev-python/pyenchant/pyenchant-1.5.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pyenchant/pyenchant-1.5.3.ebuild b/dev-python/pyenchant/pyenchant-1.5.3.ebuild
index 56513c3ed022..4352ad03376d 100644
--- a/dev-python/pyenchant/pyenchant-1.5.3.ebuild
+++ b/dev-python/pyenchant/pyenchant-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.5.3.ebuild,v 1.5 2009/11/11 01:24:24 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.5.3.ebuild,v 1.6 2009/11/17 18:58:55 pva Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -19,6 +19,8 @@ IUSE=""
DEPEND=">=app-text/enchant-1.4.0
>=dev-python/setuptools-0.6_alpha11"
RDEPEND="${DEPEND}"
+# Note: tests should be fixed in >1.5.3
+# http://github.com/rfk/pyenchant/issues/closed/#issue/1
RESTRICT="test"
RESTRICT_PYTHON_ABIS="3.*"