diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-26 19:56:27 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-26 19:56:27 +0000 |
commit | 7fce795dccce0fce7935e17a657c13a196d2a82b (patch) | |
tree | ea1e32855c2449a84540eab5e777a3332c1d7ad0 /dev-libs | |
parent | Added myself as maintainer (diff) | |
download | gentoo-2-7fce795dccce0fce7935e17a657c13a196d2a82b.tar.gz gentoo-2-7fce795dccce0fce7935e17a657c13a196d2a82b.tar.bz2 gentoo-2-7fce795dccce0fce7935e17a657c13a196d2a82b.zip |
Comment typo
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.8.0-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 6fecb51565e6..ffa2d191b14e 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxml2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.362 2012/11/26 19:51:02 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.363 2012/11/26 19:56:27 tetromino Exp $ + + 26 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + libxml2-2.8.0-r3.ebuild: + Comment typo *libxml2-2.8.0-r3 (26 Nov 2012) diff --git a/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild b/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild index bab02b136480..9c9bff0046c5 100644 --- a/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild +++ b/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild,v 1.1 2012/11/26 19:51:02 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild,v 1.2 2012/11/26 19:56:27 tetromino Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -77,7 +77,7 @@ src_prepare() { # Namespace nodes require special treatment, bug #434344 epatch ../patch/*.patch - # Buffer underflow in xmlParseAttValueComplex-underflow, bug #444836; fixed in 2.9.1 + # Buffer underflow in xmlParseAttValueComplex, bug #444836; fixed in 2.9.1 epatch "${FILESDIR}/${PN}-2.8.0-xmlParseAttValueComplex-underflow.patch" # Please do not remove, as else we get references to PORTAGE_TMPDIR |