diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-21 21:58:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-21 21:58:53 +0000 |
commit | f126ae6a7d1eb217e7a1082f92a48d245350979e (patch) | |
tree | 64d45ccf3b70db03531f1baf04623e459a4d1c28 | |
parent | net-libs/qxmpp metadata update (diff) | |
download | gentoo-2-f126ae6a7d1eb217e7a1082f92a48d245350979e.tar.gz gentoo-2-f126ae6a7d1eb217e7a1082f92a48d245350979e.tar.bz2 gentoo-2-f126ae6a7d1eb217e7a1082f92a48d245350979e.zip |
add missing test to IUSE
(Portage version: 2.1.10.3/cvs/Linux i686)
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild index 0990df855eca..5852caeb5919 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.3 2011/08/21 12:08:06 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.4 2011/08/21 21:58:53 mr_bones_ Exp $ EAPI="2" PYTHON_DEPEND="2:2.5" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" +IUSE="doc test" RDEPEND="" DEPEND="doc? ( dev-python/sphinx ) test? ( dev-python/setuptools )" |