summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-07-31 12:37:21 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-07-31 12:37:21 +0000
commit6362d043fb9e3b61ce7008fbf47089ce61ea19ee (patch)
treedd69d9e8eaab037783042291a493e65ab2d9ee0f /dev-lang/pike/pike-7.6.6.ebuild
parentAnother revision bump for an updated tab completion patch. This should close ... (diff)
downloadgentoo-2-6362d043fb9e3b61ce7008fbf47089ce61ea19ee.tar.gz
gentoo-2-6362d043fb9e3b61ce7008fbf47089ce61ea19ee.tar.bz2
gentoo-2-6362d043fb9e3b61ce7008fbf47089ce61ea19ee.zip
stable on x86 and ppc
Diffstat (limited to 'dev-lang/pike/pike-7.6.6.ebuild')
-rw-r--r--dev-lang/pike/pike-7.6.6.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-lang/pike/pike-7.6.6.ebuild b/dev-lang/pike/pike-7.6.6.ebuild
index 062236980632..7f6ee05df3b6 100644
--- a/dev-lang/pike/pike-7.6.6.ebuild
+++ b/dev-lang/pike/pike-7.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.6.ebuild,v 1.4 2004/07/12 16:29:57 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.6.ebuild,v 1.5 2004/07/31 12:37:21 scandium Exp $
# Contributions by Emil Skoldberg, Fredrik Mellstrom (see ChangeLog)
inherit fixheadtails
@@ -14,7 +14,7 @@ SRC_URI="ftp://pike.ida.liu.se/pub/pike/all/${PV}/Pike-v${PV}.tar.gz"
LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
DEPEND="zlib? ( sys-libs/zlib )
pdflib? ( media-libs/pdflib )
@@ -81,12 +81,9 @@ src_install() {
if use doc; then
make INSTALLARGS="--traditional" buildroot="${D}" install || die
- else
- make INSTALLARGS="--traditional" buildroot="${D}" install_nodoc || die
- fi
-
- if use doc; then
einfo "Installing 60MB of docs, this could take some time ..."
dohtml -r ${S}/refdoc/traditional_manual ${S}/refdoc/modref
+ else
+ make INSTALLARGS="--traditional" buildroot="${D}" install_nodoc || die
fi
}