summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 13:48:33 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 13:48:33 +0000
commit0d869353820d4ce255a5b9fab2f89c13cd218724 (patch)
treedf616c1e4a32db6df816b1b91f31098a69d85a4a /dev-libs/libxml2
parentRemove portpeek mask (diff)
downloadgentoo-2-0d869353820d4ce255a5b9fab2f89c13cd218724.tar.gz
gentoo-2-0d869353820d4ce255a5b9fab2f89c13cd218724.tar.bz2
gentoo-2-0d869353820d4ce255a5b9fab2f89c13cd218724.zip
Remove unnecessary definition, thanks to Arfrever for pointing out.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/ChangeLog6
-rw-r--r--dev-libs/libxml2/libxml2-2.8.0_rc1.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog
index 03659b9607ff..3953cd66b8c7 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.339 2012/05/21 02:24:53 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.340 2012/05/21 13:48:33 tetromino Exp $
+
+ 21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ libxml2-2.8.0_rc1.ebuild:
+ Remove unnecessary definition, thanks to Arfrever for pointing out.
*libxml2-2.8.0_rc1 (21 May 2012)
diff --git a/dev-libs/libxml2/libxml2-2.8.0_rc1.ebuild b/dev-libs/libxml2/libxml2-2.8.0_rc1.ebuild
index ca9b256f89e7..33de1629b656 100644
--- a/dev-libs/libxml2/libxml2-2.8.0_rc1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.8.0_rc1.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_rc1.ebuild,v 1.1 2012/05/21 02:24:56 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.8.0_rc1.ebuild,v 1.2 2012/05/21 13:48:33 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -108,7 +108,6 @@ src_configure() {
$(use_with readline history)
$(use_enable ipv6)
$(use_enable static-libs static) )
- use python && myconf=( "${myconf[@]}" "PYTHON=$(PYTHON -2 -a)" )
# filter seemingly problematic CFLAGS (#26320)
filter-flags -fprefetch-loop-arrays -funroll-loops