diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-01-03 20:48:10 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-01-03 20:48:10 +0000 |
commit | 497a7429af3a5b99f77b6e4d4395e89c1f6cf6b1 (patch) | |
tree | 45d65e1530681838963ad84b5136518851ba3f94 /dev-libs/libxml2 | |
parent | Stable on amd64 and x86, wrt bug #492130 (diff) | |
download | gentoo-2-497a7429af3a5b99f77b6e4d4395e89c1f6cf6b1.tar.gz gentoo-2-497a7429af3a5b99f77b6e4d4395e89c1f6cf6b1.tar.bz2 gentoo-2-497a7429af3a5b99f77b6e4d4395e89c1f6cf6b1.zip |
Stylistic fix: make locals local, thanks to Arfrever for noticing.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/libxml2')
-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) |