summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2011-09-09 05:05:44 +0000
committerMike Gilbert <floppym@gentoo.org>2011-09-09 05:05:44 +0000
commit68041e57bc7585c7ec7afb0ffe02a8a4bc4e6238 (patch)
tree4ba5f96dcfc472d040ca405de8050b66ce1d396c
parentKeyword for x86 (diff)
downloadgentoo-2-68041e57bc7585c7ec7afb0ffe02a8a4bc4e6238.tar.gz
gentoo-2-68041e57bc7585c7ec7afb0ffe02a8a4bc4e6238.tar.bz2
gentoo-2-68041e57bc7585c7ec7afb0ffe02a8a4bc4e6238.zip
Tests require app-arch/dpkg
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
-rw-r--r--dev-python/python-debian/ChangeLog5
-rw-r--r--dev-python/python-debian/python-debian-0.1.21.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-debian/ChangeLog b/dev-python/python-debian/ChangeLog
index f2adfd5ece96..9b9df654dd4d 100644
--- a/dev-python/python-debian/ChangeLog
+++ b/dev-python/python-debian/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-debian
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.2 2011/09/09 05:03:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.3 2011/09/09 05:05:44 floppym Exp $
+
+ 09 Sep 2011; Mike Gilbert <floppym@gentoo.org> python-debian-0.1.21.ebuild:
+ Tests require app-arch/dpkg
09 Sep 2011; Mike Gilbert <floppym@gentoo.org> python-debian-0.1.21.ebuild:
Keyword for x86
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 3edac045e63d..312e700d5040 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.2 2011/09/09 05:03:07 floppym Exp $
+# $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 $
EAPI="3"
@@ -21,7 +21,8 @@ IUSE="examples"
RDEPEND="dev-python/chardet"
DEPEND="${RDEPEND}
- dev-python/setuptools"
+ dev-python/setuptools
+ test? ( app-arch/dpkg )"
PYTHON_MODNAME="deb822.py debian debian_bundle"