diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 09:54:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 09:54:18 +0000 |
commit | 0cf612aeae952e26dee5e0f6210b8ecc7bc81dfc (patch) | |
tree | 9e6066ba6b5698cafbf62979a84fcae284a78253 /dev-libs | |
parent | arm/ia64/s390/sh stable (diff) | |
download | historical-0cf612aeae952e26dee5e0f6210b8ecc7bc81dfc.tar.gz historical-0cf612aeae952e26dee5e0f6210b8ecc7bc81dfc.tar.bz2 historical-0cf612aeae952e26dee5e0f6210b8ecc7bc81dfc.zip |
arm/ia64/s390/sh stable
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-2.12.7.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.27.ebuild | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-libs/glib/glib-2.12.7.ebuild b/dev-libs/glib/glib-2.12.7.ebuild index 487b2e303478..d08063339226 100644 --- a/dev-libs/glib/glib-2.12.7.ebuild +++ b/dev-libs/glib/glib-2.12.7.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/glib/glib-2.12.7.ebuild,v 1.7 2007/02/04 08:46:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.12.7.ebuild,v 1.8 2007/02/11 09:53:33 vapier Exp $ inherit gnome.org libtool eutils flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug doc hardened" RDEPEND="virtual/libc 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 |