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 | 6eccec3515dfc477a065d3e15460e50142ee553c (patch) | |
tree | ad5ca1fe8eff95ff7f4969f1595fe71ddb4eb6cd /dev-python/python-debian | |
parent | Switch JNLP dep once again, bug #382351. (diff) | |
download | historical-6eccec3515dfc477a065d3e15460e50142ee553c.tar.gz historical-6eccec3515dfc477a065d3e15460e50142ee553c.tar.bz2 historical-6eccec3515dfc477a065d3e15460e50142ee553c.zip |
add missing test to IUSE
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r-- | dev-python/python-debian/Manifest | 12 | ||||
-rw-r--r-- | dev-python/python-debian/python-debian-0.1.21.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/dev-python/python-debian/Manifest b/dev-python/python-debian/Manifest index 1119e7c6a97e..71c539d9bbc8 100644 --- a/dev-python/python-debian/Manifest +++ b/dev-python/python-debian/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - DIST python-debian_0.1.21.tar.gz 184663 RMD160 a2661cb2282f80e1d08e41f4fc1ec29874aff686 SHA1 a4216be3f1a8855e5d5784aa9faa08f74a80beb2 SHA256 0ca7bf4808e2a056853319122e5f17cea0f62492cb23a7ef910f314f54476dac -EBUILD python-debian-0.1.21.ebuild 1155 RMD160 466701fafb79bd900d068d2aa70b5746641de827 SHA1 27500480a89cabee13629419a636ffb42be84bb2 SHA256 9104971fcc62e42b54c4de013a66fd3ae84948c8dca7b2131f5106f00cc3973f +EBUILD python-debian-0.1.21.ebuild 1162 RMD160 3918987141a9834079efbe3b26234f4ba03f6cbd SHA1 77a2dae474a7f99c90c4fdba36ca894a634d7e85 SHA256 341505ff1e1ec55d09b46aca767331551146ac33e3c36189fe797c2e72acae3a MISC ChangeLog 591 RMD160 631718e135efa21ea6e772a9ac66a5a3ca9e4248 SHA1 e4263e90bef13f4b87cc5621541a3075e4a6dc22 SHA256 cd063172cd05e0a5225224ae1559f9537a11ccc06844ccf74e9be072c466af7a MISC metadata.xml 253 RMD160 b5643b8dc1e5e1ec51c7e5d7e4de6341bfd68e62 SHA1 44fafef91362c4b0ab345aca682a2b125e504a58 SHA256 ae89ee9516973ae367e7c4f6b4529e83ef448eb68a2e32d45466b4e5a7b21a90 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iF4EAREIAAYFAk5pnq4ACgkQC77qH+pIQ6S5hAD/St2UM/ehQKhzYDQ7ZB3TS4ny -EryddJEIdDEYyzqLG5MBAI6X64wJQJ+DjISEFeGBSiXur3Icf9m7zMnZvTIUA1Ap -=+/7c ------END PGP SIGNATURE----- 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} |