summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/icalendar/icalendar-2.2.ebuild')
-rw-r--r--dev-python/icalendar/icalendar-2.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/icalendar/icalendar-2.2.ebuild b/dev-python/icalendar/icalendar-2.2.ebuild
index 8b2d6c5f39e2..2d4771a1b201 100644
--- a/dev-python/icalendar/icalendar-2.2.ebuild
+++ b/dev-python/icalendar/icalendar-2.2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.2.ebuild,v 1.1 2011/08/31 15:52:23 nixphoeni Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-2.2.ebuild,v 1.2 2011/09/02 20:47:12 nixphoeni Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit distutils
MY_PN="collective-${PN}"
S="${WORKDIR}/${MY_PN}-2354d4f"
@@ -24,6 +24,7 @@ RESTRICT="test"
RDEPEND=""
DEPEND="dev-python/setuptools
doc? ( dev-python/sphinx )"
+
RESTRICT_PYTHON_ABIS="3.*"
DOCS="CHANGES.txt CREDITS.txt HISTORY.txt TODO.txt"