diff options
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.1-r2.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 15c4e5f6e89b..830583a266f2 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.404 2013/12/30 05:31:08 tetromino Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.405 2014/01/03 20:48:10 tetromino Exp $ + + 03 Jan 2014; Alexandre Rostovtsev <tetromino@gentoo.org> + libxml2-2.9.1-r2.ebuild: + Stylistic fix: make locals local, thanks to Arfrever for noticing. *libxml2-2.9.1-r2 (30 Dec 2013) diff --git a/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild index 3fe49edf6cae..a2550eb2bd43 100644 --- a/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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-r2.ebuild,v 1.1 2013/12/30 05:31:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v 1.2 2014/01/03 20:48:10 tetromino Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -108,6 +108,8 @@ multilib_src_configure() { # --with-mem-debug causes unusual segmentation faults (bug #105120). + local myconf + if multilib_is_native_abi; then myconf="$(use_with python) $(use_with readline) |