summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-13 09:00:54 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-13 09:00:54 +0000
commitff9de033234b6022828491e2ccb2f2ce93a293e0 (patch)
tree3ac94c6877a06599f283fcf834a0347dbf860d80 /dev-python/lxml
parentVerion Bump (diff)
downloadgentoo-2-ff9de033234b6022828491e2ccb2f2ce93a293e0.tar.gz
gentoo-2-ff9de033234b6022828491e2ccb2f2ce93a293e0.tar.bz2
gentoo-2-ff9de033234b6022828491e2ccb2f2ce93a293e0.zip
Add missing inherit from eutils.eclass
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r--dev-python/lxml/ChangeLog5
-rw-r--r--dev-python/lxml/lxml-3.3.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog
index ba260e5bf8c9..5c8eb57395ee 100644
--- a/dev-python/lxml/ChangeLog
+++ b/dev-python/lxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/lxml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.219 2015/05/13 08:59:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.220 2015/05/13 09:00:54 jlec Exp $
+
+ 13 May 2015; Justin Lecher <jlec@gentoo.org> lxml-3.3.5.ebuild:
+ Add missing inherit from eutils.eclass
*lxml-3.4.4 (13 May 2015)
diff --git a/dev-python/lxml/lxml-3.3.5.ebuild b/dev-python/lxml/lxml-3.3.5.ebuild
index 2a538537d479..4eac9ac7955e 100644
--- a/dev-python/lxml/lxml-3.3.5.ebuild
+++ b/dev-python/lxml/lxml-3.3.5.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.15 2015/04/08 08:05:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.16 2015/05/13 09:00:54 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_{3,4}} )
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1 eutils flag-o-matic
DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/"