summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:46:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:46:45 +0000
commit91bf931ddf07680338df4c109c639d2bc7d65550 (patch)
tree9cb9785a7131f9169d9261f2a01c6f41a3ed531f /sys-devel/libperl/libperl-5.8.4-r1.ebuild
parentClosing out #55552, misspelled patch (diff)
downloadgentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.gz
gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.bz2
gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.zip
kill sparc64 use flag
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.4-r1.ebuild')
-rw-r--r--sys-devel/libperl/libperl-5.8.4-r1.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys-devel/libperl/libperl-5.8.4-r1.ebuild b/sys-devel/libperl/libperl-5.8.4-r1.ebuild
index f8f8fde86334..9f85661449c8 100644
--- a/sys-devel/libperl/libperl-5.8.4-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.4-r1.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/sys-devel/libperl/libperl-5.8.4-r1.ebuild,v 1.2 2004/06/24 22:47:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.4-r1.ebuild,v 1.3 2004/06/29 17:43:00 agriffis Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -52,7 +52,6 @@
#
# Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002).
-
IUSE="berkdb gdbm threads uclibc"
inherit eutils flag-o-matic
@@ -183,10 +182,6 @@ src_compile() {
then
myconf="${myconf} -Ud_longdbl"
fi
- if use sparc64
- then
- myconf="${myconf} -Ud_longdbl"
- fi
if [ "${PN}" = "libperl" ]
then
@@ -311,7 +306,6 @@ EOF
dosed 's:./miniperl:/usr/bin/perl:' /usr/bin/xsubpp
fperms 0755 /usr/bin/xsubpp
-
./perl installman \
--man1dir="${D}/usr/share/man/man1" --man1ext='1' \
--man3dir="${D}/usr/share/man/man3" --man3ext='3'
@@ -385,4 +379,3 @@ pkg_postinst() {
fi
}
-