summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2004-02-09 20:34:13 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2004-02-09 20:34:13 +0000
commit0fa13054296d58298f56f340dd26c90a8495fb6a (patch)
tree1de9d482142509bf5c2533ca88af2e17be656bb5 /dev-tex/hevea/hevea-1.07.ebuild
parentAdd ~alpha and ~ia64. matrox, i810 and i830 fail to build on alpha, but I'll... (diff)
downloadgentoo-2-0fa13054296d58298f56f340dd26c90a8495fb6a.tar.gz
gentoo-2-0fa13054296d58298f56f340dd26c90a8495fb6a.tar.bz2
gentoo-2-0fa13054296d58298f56f340dd26c90a8495fb6a.zip
Update keywords.
Diffstat (limited to 'dev-tex/hevea/hevea-1.07.ebuild')
-rw-r--r--dev-tex/hevea/hevea-1.07.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-tex/hevea/hevea-1.07.ebuild b/dev-tex/hevea/hevea-1.07.ebuild
index 39b6ad272cd4..6f7ed6d0364b 100644
--- a/dev-tex/hevea/hevea-1.07.ebuild
+++ b/dev-tex/hevea/hevea-1.07.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-1.07.ebuild,v 1.2 2004/01/05 21:32:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-1.07.ebuild,v 1.3 2004/02/09 20:34:03 mattam Exp $
IUSE=""
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/moscova/hevea/${P}.tar.gz"
LICENSE="QPL"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~ppc"
DEPEND=">=dev-lang/ocaml-3.07"
@@ -25,7 +25,9 @@ src_install() {
dodir $libdir
dodir $bindir
make BINDIR=${D}/$bindir LIBDIR=${D}/$libdir install || die
+
insinto /etc/env.d
doins ${FILESDIR}/99hevea
+
dodoc README CHANGES LICENSE
}