diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-09-10 01:13:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-09-10 01:13:12 +0000 |
commit | 3b367287dce9523ea92ad5405186faf37c31bda0 (patch) | |
tree | 2d3c9e90d1c4071a9712b6c058e15e252fe84250 /dev-python/python-debian | |
parent | Switch JNLP dep once again, bug #382351. (diff) | |
download | gentoo-2-3b367287dce9523ea92ad5405186faf37c31bda0.tar.gz gentoo-2-3b367287dce9523ea92ad5405186faf37c31bda0.tar.bz2 gentoo-2-3b367287dce9523ea92ad5405186faf37c31bda0.zip |
add missing test to IUSE
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r-- | dev-python/python-debian/python-debian-0.1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-debian/python-debian-0.1.21.ebuild b/dev-python/python-debian/python-debian-0.1.21.ebuild index 312e700d5040..057051231075 100644 --- a/dev-python/python-debian/python-debian-0.1.21.ebuild +++ b/dev-python/python-debian/python-debian-0.1.21.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/dev-python/python-debian/python-debian-0.1.21.ebuild,v 1.3 2011/09/09 05:05:44 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.21.ebuild,v 1.4 2011/09/10 01:13:12 mr_bones_ Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2 GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="examples" +IUSE="examples test" RDEPEND="dev-python/chardet" DEPEND="${RDEPEND} |