diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-07 20:55:36 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-07 20:55:36 +0000 |
commit | dc503fc6a4599be7b29ae2819e0149ebe64975e6 (patch) | |
tree | 135234e8da2d75ff4fa51b640d8275bdc401d600 /dev-python/pycairo | |
parent | Add inherit eutils: epatch is defined there. (diff) | |
download | gentoo-2-dc503fc6a4599be7b29ae2819e0149ebe64975e6.tar.gz gentoo-2-dc503fc6a4599be7b29ae2819e0149ebe64975e6.tar.bz2 gentoo-2-dc503fc6a4599be7b29ae2819e0149ebe64975e6.zip |
Add inherit eutils: epatch is defined there.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycairo')
-rw-r--r-- | dev-python/pycairo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pycairo/pycairo-1.8.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pycairo/ChangeLog b/dev-python/pycairo/ChangeLog index e26fd21ae916..c3032b5052bf 100644 --- a/dev-python/pycairo/ChangeLog +++ b/dev-python/pycairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycairo -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.83 2009/11/11 00:00:07 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.84 2010/02/07 20:55:36 pva Exp $ + + 07 Feb 2010; Peter Volkov <pva@gentoo.org> pycairo-1.8.8.ebuild: + Add inherit eutils: epatch is defined there. 10 Nov 2009; Brent Baude <ranger@gentoo.org> pycairo-1.8.8.ebuild: Marking pycairo-1.8.8 ppc64 for bug 285115 diff --git a/dev-python/pycairo/pycairo-1.8.8.ebuild b/dev-python/pycairo/pycairo-1.8.8.ebuild index e7284c553739..57ecdf9f6bc6 100644 --- a/dev-python/pycairo/pycairo-1.8.8.ebuild +++ b/dev-python/pycairo/pycairo-1.8.8.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/pycairo/pycairo-1.8.8.ebuild,v 1.15 2009/11/11 00:00:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.16 2010/02/07 20:55:36 pva Exp $ EAPI="2" NEED_PYTHON="2.6" SUPPORT_PYTHON_ABIS="1" -inherit distutils multilib +inherit eutils distutils multilib DESCRIPTION="Python wrapper for cairo vector graphics library" HOMEPAGE="http://cairographics.org/pycairo/ http://pypi.python.org/pypi/pycairo" |