diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 20:57:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 20:57:15 +0000 |
commit | 472dcff42e805740b0f48d143f613b109d026289 (patch) | |
tree | 23497ab31de91fc6c6bedd3644467d0771cae56c /dev-libs/expat/expat-1.95.7.ebuild | |
parent | ver bump (diff) | |
download | gentoo-2-472dcff42e805740b0f48d143f613b109d026289.tar.gz gentoo-2-472dcff42e805740b0f48d143f613b109d026289.tar.bz2 gentoo-2-472dcff42e805740b0f48d143f613b109d026289.zip |
arm KEYWORD
Diffstat (limited to 'dev-libs/expat/expat-1.95.7.ebuild')
-rw-r--r-- | dev-libs/expat/expat-1.95.7.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-libs/expat/expat-1.95.7.ebuild b/dev-libs/expat/expat-1.95.7.ebuild index eee590be2fb1..baf64bd2112b 100644 --- a/dev-libs/expat/expat-1.95.7.ebuild +++ b/dev-libs/expat/expat-1.95.7.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/expat/expat-1.95.7.ebuild,v 1.9 2004/04/26 00:50:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.7.ebuild,v 1.10 2004/04/28 20:54:49 vapier Exp $ inherit gnuconfig @@ -8,9 +8,10 @@ DESCRIPTION="XML parsing libraries" HOMEPAGE="http://expat.sourceforge.net/" SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" -SLOT="0" LICENSE="as-is" -KEYWORDS="amd64 ~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ppc64 s390" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ppc64 s390" +IUSE="" DEPEND="virtual/glibc" @@ -19,11 +20,11 @@ src_compile() { use mips && gnuconfig_update econf || die "econf failed" - emake + emake || die } src_install() { einstall mandir=${D}/usr/share/man/man1 || die - dodoc Changes README || die "dodoc failed" - dohtml doc/* || die "dohtml failed" + dodoc Changes README + dohtml doc/ } |