summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-07 21:01:51 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-07 21:01:51 +0000
commit8c185d6e37c79451c26368a6bbc74c347f8a016c (patch)
tree4086580de535d14b6041796f12abe4371ef7dbab /dev-python/stomper
parentAdd inherit eutils: epatch is defined there. (diff)
downloadgentoo-2-8c185d6e37c79451c26368a6bbc74c347f8a016c.tar.gz
gentoo-2-8c185d6e37c79451c26368a6bbc74c347f8a016c.tar.bz2
gentoo-2-8c185d6e37c79451c26368a6bbc74c347f8a016c.zip
Add inherit eutils: epatch is defined there.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/stomper')
-rw-r--r--dev-python/stomper/ChangeLog7
-rw-r--r--dev-python/stomper/stomper-0.2.2-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/stomper/ChangeLog b/dev-python/stomper/ChangeLog
index dd235201c0b9..a396f2645c7a 100644
--- a/dev-python/stomper/ChangeLog
+++ b/dev-python/stomper/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/stomper
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.6 2009/11/25 09:50:32 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.7 2010/02/07 21:01:51 pva Exp $
+
+ 07 Feb 2010; Peter Volkov <pva@gentoo.org> stomper-0.2.2-r1.ebuild:
+ Add inherit eutils: epatch is defined there.
25 Nov 2009; Markus Meier <maekke@gentoo.org> stomper-0.2.2-r1.ebuild:
amd64 stable, bug #281571
diff --git a/dev-python/stomper/stomper-0.2.2-r1.ebuild b/dev-python/stomper/stomper-0.2.2-r1.ebuild
index efe5e83f9a74..c4ce9adc0e87 100644
--- a/dev-python/stomper/stomper-0.2.2-r1.ebuild
+++ b/dev-python/stomper/stomper-0.2.2-r1.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/stomper/stomper-0.2.2-r1.ebuild,v 1.3 2009/11/25 09:50:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v 1.4 2010/02/07 21:01:51 pva Exp $
EAPI="2"
#SUPPORT_PYTHON_ABIS="1"
-inherit distutils
+inherit eutils distutils
DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
HOMEPAGE="http://pypi.python.org/pypi/stomper"