summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-07-11 03:30:45 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-07-11 03:30:45 +0000
commit191f4175e368b14bff3a2534eff84297282473a8 (patch)
treee470808c56abc52d69263da15cfc562faaec9a64 /dev-libs
parentVersion bump. Fixes denial-of-service vulnerability (bug #476438, CVE-2013-28... (diff)
downloadgentoo-2-191f4175e368b14bff3a2534eff84297282473a8.tar.gz
gentoo-2-191f4175e368b14bff3a2534eff84297282473a8.tar.bz2
gentoo-2-191f4175e368b14bff3a2534eff84297282473a8.zip
Accidentally inherited unneeded versionator eclass
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxml2/ChangeLog6
-rw-r--r--dev-libs/libxml2/libxml2-2.9.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog
index 46b79b42eb13..26b7ec61efba 100644
--- a/dev-libs/libxml2/ChangeLog
+++ b/dev-libs/libxml2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libxml2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.387 2013/07/11 03:23:35 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.388 2013/07/11 03:30:45 tetromino Exp $
+
+ 11 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+ libxml2-2.9.1.ebuild:
+ Accidentally inherited unneeded versionator eclass
*libxml2-2.9.1 (11 Jul 2013)
diff --git a/dev-libs/libxml2/libxml2-2.9.1.ebuild b/dev-libs/libxml2/libxml2-2.9.1.ebuild
index a9a9f4c1006a..10e39fb1dbb5 100644
--- a/dev-libs/libxml2/libxml2-2.9.1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1.ebuild,v 1.1 2013/07/11 03:23:35 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1.ebuild,v 1.2 2013/07/11 03:30:45 tetromino Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
PYTHON_REQ_USE="xml"
-inherit libtool flag-o-matic eutils python-r1 autotools prefix versionator
+inherit libtool flag-o-matic eutils python-r1 autotools prefix
DESCRIPTION="Version 2 of the library to manipulate XML files"
HOMEPAGE="http://www.xmlsoft.org/"