diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-02-16 04:21:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-02-16 04:21:35 +0000 |
commit | 7c49179c97fd99ed37d9181dc82975054e3e19ca (patch) | |
tree | ec1dd18838b4c3474b4a0054ab98eed5f87fae37 /dev-python/python-geoclue | |
parent | Moved from luke-jr's bitcoin overlay (diff) | |
download | historical-7c49179c97fd99ed37d9181dc82975054e3e19ca.tar.gz historical-7c49179c97fd99ed37d9181dc82975054e3e19ca.tar.bz2 historical-7c49179c97fd99ed37d9181dc82975054e3e19ca.zip |
add missing test to IUSE
Package-Manager: portage-2.1.10.44/cvs/Linux i686
Diffstat (limited to 'dev-python/python-geoclue')
-rw-r--r-- | dev-python/python-geoclue/python-geoclue-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild index 24269e05763c..4769713619b0 100644 --- a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild +++ b/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.1 2012/02/15 16:18:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.2 2012/02/16 04:21:04 mr_bones_ Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" -IUSE="" +IUSE="test" RDEPEND=" app-misc/geoclue |