summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-08 08:49:17 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-08 08:49:17 +0000
commit37fcea740e7d51276b07e7e3aa4f1e3fd4c87f48 (patch)
tree4113edcb08d46062cb4731824faf79372393b5fb /dev-python/python-openid
parentAdd inherit eutils for epatch. (diff)
downloadgentoo-2-37fcea740e7d51276b07e7e3aa4f1e3fd4c87f48.tar.gz
gentoo-2-37fcea740e7d51276b07e7e3aa4f1e3fd4c87f48.tar.bz2
gentoo-2-37fcea740e7d51276b07e7e3aa4f1e3fd4c87f48.zip
Add inherit eutils for epatch.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-openid')
-rw-r--r--dev-python/python-openid/ChangeLog7
-rw-r--r--dev-python/python-openid/python-openid-2.2.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/python-openid/ChangeLog b/dev-python/python-openid/ChangeLog
index 0d0cfc411a7b..cb99325ede16 100644
--- a/dev-python/python-openid/ChangeLog
+++ b/dev-python/python-openid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-openid
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.12 2009/12/12 22:25:38 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.13 2010/02/08 08:49:17 pva Exp $
+
+ 08 Feb 2010; Peter Volkov <pva@gentoo.org> python-openid-2.2.4.ebuild:
+ Add inherit eutils for epatch.
12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
python-openid-2.2.4.ebuild:
diff --git a/dev-python/python-openid/python-openid-2.2.4.ebuild b/dev-python/python-openid/python-openid-2.2.4.ebuild
index 1f43ac8aee14..47091ae29970 100644
--- a/dev-python/python-openid/python-openid-2.2.4.ebuild
+++ b/dev-python/python-openid/python-openid-2.2.4.ebuild
@@ -1,13 +1,13 @@
-# 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/python-openid/python-openid-2.2.4.ebuild,v 1.3 2009/12/12 22:25:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.4 2010/02/08 08:49:17 pva Exp $
EAPI="2"
NEED_PYTHON="2.5"
SUPPORT_PYTHON_ABIS="1"
-inherit distutils
+inherit eutils distutils
DESCRIPTION="OpenID support for servers and consumers."
HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/"