summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-11 09:54:18 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-11 09:54:18 +0000
commit69d9e711b4b62375b1acbda4526cbded5e34fb4a (patch)
tree45ebed4f6758c988b3218e10e0592cb0899632ab /dev-libs/libxml2
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-69d9e711b4b62375b1acbda4526cbded5e34fb4a.tar.gz
gentoo-2-69d9e711b4b62375b1acbda4526cbded5e34fb4a.tar.bz2
gentoo-2-69d9e711b4b62375b1acbda4526cbded5e34fb4a.zip
arm/ia64/s390/sh stable
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/libxml2-2.6.27.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-libs/libxml2/libxml2-2.6.27.ebuild b/dev-libs/libxml2/libxml2-2.6.27.ebuild
index d86269e9ab94..bb3fe2e07c3b 100644
--- a/dev-libs/libxml2/libxml2-2.6.27.ebuild
+++ b/dev-libs/libxml2/libxml2-2.6.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.27.ebuild,v 1.8 2007/02/04 23:47:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.27.ebuild,v 1.9 2007/02/11 09:54:18 vapier Exp $
inherit libtool flag-o-matic eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="debug doc ipv6 python readline test"
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
@@ -26,13 +26,11 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz
RDEPEND="sys-libs/zlib
python? ( dev-lang/python )
readline? ( sys-libs/readline )"
-
DEPEND="${RDEPEND}
hppa? ( >=sys-devel/binutils-2.15.92.0.2 )"
-
src_unpack() {
- unpack "${P}.tar.gz"
+ unpack ${P}.tar.gz
cd "${S}"
if use test; then