diff options
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.9.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.6.ebuild | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-libs/libxml2/libxml2-2.6.9.ebuild b/dev-libs/libxml2/libxml2-2.6.9.ebuild index 02a4cf6338a7..7a848356d834 100644 --- a/dev-libs/libxml2/libxml2-2.6.9.ebuild +++ b/dev-libs/libxml2/libxml2-2.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.9.ebuild,v 1.2 2004/05/02 19:13:56 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.9.ebuild,v 1.3 2004/05/28 03:10:27 vapier Exp $ inherit libtool gnome.org flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64 ~ppc64 ~mips s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm hppa ~amd64 ~ia64 ~ppc64 s390" IUSE="python readline ipv6" DEPEND="sys-libs/zlib diff --git a/dev-libs/libxslt/libxslt-1.1.6.ebuild b/dev-libs/libxslt/libxslt-1.1.6.ebuild index 52c82a9666e5..ef62f412fd46 100644 --- a/dev-libs/libxslt/libxslt-1.1.6.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.6.ebuild,v 1.2 2004/05/02 19:15:18 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.6.ebuild,v 1.3 2004/05/28 03:11:07 vapier Exp $ inherit libtool gnome.org use python && inherit python @@ -10,22 +10,19 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 s390 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm hppa ~amd64 ~ia64 s390" IUSE="python" DEPEND=">=dev-libs/libxml2-2.6.8 python? ( dev-lang/python )" src_compile() { - elibtoolize econf `use_with python` || die "configure failed" emake || die "make failed" - } src_install() { - # make DESTDIR=${D} \ # DOCS_DIR=/usr/share/doc/${PF}/python \ # EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \ @@ -38,5 +35,4 @@ src_install() { make DESTDIR=${D} install dodoc AUTHORS ChangeLog README NEWS TODO - } |