summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-07 18:23:58 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-07 18:23:58 +0000
commit2900617ae960f61dac9232ef4cac683451c85daa (patch)
tree812018a0c95416e08dadce9aaaa0dde8145c15b9 /dev-python/vo
parentStable on amd64 wrt bug #350900 (diff)
downloadgentoo-2-2900617ae960f61dac9232ef4cac683451c85daa.tar.gz
gentoo-2-2900617ae960f61dac9232ef4cac683451c85daa.tar.bz2
gentoo-2-2900617ae960f61dac9232ef4cac683451c85daa.zip
Missing dep for tests added
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/vo')
-rw-r--r--dev-python/vo/ChangeLog7
-rw-r--r--dev-python/vo/vo-0.6.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/vo/ChangeLog b/dev-python/vo/ChangeLog
index 70878f9b8429..0bd7042c7ac6 100644
--- a/dev-python/vo/ChangeLog
+++ b/dev-python/vo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/vo
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.2 2010/09/10 21:50:56 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.3 2011/01/07 18:23:58 jlec Exp $
+
+ 07 Jan 2011; Justin Lecher <jlec@gentoo.org> vo-0.6.ebuild:
+ Missing dep for tests added
10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
vo-0.6.ebuild:
diff --git a/dev-python/vo/vo-0.6.ebuild b/dev-python/vo/vo-0.6.ebuild
index 80ed5603fea6..dded4ffeb52f 100644
--- a/dev-python/vo/vo-0.6.ebuild
+++ b/dev-python/vo/vo-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/vo-0.6.ebuild,v 1.2 2010/09/10 21:50:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/vo-0.6.ebuild,v 1.3 2011/01/07 18:23:58 jlec Exp $
EAPI=3
@@ -21,7 +21,8 @@ KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
RDEPEND="dev-libs/expat"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose )"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")