summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-08 08:41:18 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-08 08:41:18 +0000
commitc4329d52ff630ff13755ef30cfd1c5880423d912 (patch)
treefe81db625c053e508de3e08660f40d723f1f9365 /dev-python/twisted
parentAdd inherit eutils for epatch. (diff)
downloadgentoo-2-c4329d52ff630ff13755ef30cfd1c5880423d912.tar.gz
gentoo-2-c4329d52ff630ff13755ef30cfd1c5880423d912.tar.bz2
gentoo-2-c4329d52ff630ff13755ef30cfd1c5880423d912.zip
Add inherit eutils for epatch.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/ChangeLog6
-rw-r--r--dev-python/twisted/twisted-8.2.0-r2.ebuild6
-rw-r--r--dev-python/twisted/twisted-9.0.0-r1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index 7717202be4fa..144993aba2d7 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.123 2010/01/17 18:42:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.124 2010/02/08 08:41:18 pva Exp $
+
+ 08 Feb 2010; Peter Volkov <pva@gentoo.org> twisted-8.2.0-r2.ebuild,
+ twisted-9.0.0-r1.ebuild:
+ Add inherit eutils for epatch.
17 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
twisted-9.0.0-r1.ebuild:
diff --git a/dev-python/twisted/twisted-8.2.0-r2.ebuild b/dev-python/twisted/twisted-8.2.0-r2.ebuild
index 42ad60d635ee..65ce3c5ee0ed 100644
--- a/dev-python/twisted/twisted-8.2.0-r2.ebuild
+++ b/dev-python/twisted/twisted-8.2.0-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0-r2.ebuild,v 1.14 2009/12/20 16:37:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0-r2.ebuild,v 1.15 2010/02/08 08:41:18 pva Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
-inherit distutils versionator
+inherit eutils distutils versionator
MY_P="TwistedCore-${PV}"
diff --git a/dev-python/twisted/twisted-9.0.0-r1.ebuild b/dev-python/twisted/twisted-9.0.0-r1.ebuild
index b741b113370c..1a03174f59dd 100644
--- a/dev-python/twisted/twisted-9.0.0-r1.ebuild
+++ b/dev-python/twisted/twisted-9.0.0-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-9.0.0-r1.ebuild,v 1.3 2010/01/17 18:42:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-9.0.0-r1.ebuild,v 1.4 2010/02/08 08:41:18 pva Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
-inherit distutils versionator
+inherit eutils distutils versionator
MY_P="TwistedCore-${PV}"