diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 03:13:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 03:13:43 +0000 |
commit | cbcdd130e2f7ffd13c4d22b9e30001326e365438 (patch) | |
tree | fc47fefa7531a4185ac01b0340792f19f969254d /dev-libs/libxslt | |
parent | might as well add a ~amd64 keyword, the thing's package.mask masked (Manifest... (diff) | |
download | gentoo-2-cbcdd130e2f7ffd13c4d22b9e30001326e365438.tar.gz gentoo-2-cbcdd130e2f7ffd13c4d22b9e30001326e365438.tar.bz2 gentoo-2-cbcdd130e2f7ffd13c4d22b9e30001326e365438.zip |
arm KEYWORDS
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.6.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
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 - } |