diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-07 18:23:58 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-07 18:23:58 +0000 |
commit | 79ae97a84859bdec51876602714098f527e889a4 (patch) | |
tree | 759f49659a1d34dbd78bb9a543b4a50c939fdc99 /dev-python/vo | |
parent | Stable on amd64 wrt bug #350900 (diff) | |
download | historical-79ae97a84859bdec51876602714098f527e889a4.tar.gz historical-79ae97a84859bdec51876602714098f527e889a4.tar.bz2 historical-79ae97a84859bdec51876602714098f527e889a4.zip |
Missing dep for tests added
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-python/vo')
-rw-r--r-- | dev-python/vo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/vo/vo-0.6.ebuild | 7 |
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") |