diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-08 00:27:06 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-08 00:27:06 +0000 |
commit | 2c3a85023181227fdafa2c833a659392366d2545 (patch) | |
tree | 03306a6eda44a7a78f86b70a1141ab879bc1708f /sys-devel | |
parent | added little enhancing patch (diff) | |
download | gentoo-2-2c3a85023181227fdafa2c833a659392366d2545.tar.gz gentoo-2-2c3a85023181227fdafa2c833a659392366d2545.tar.bz2 gentoo-2-2c3a85023181227fdafa2c833a659392366d2545.zip |
Added hppa to keywords.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.6.1-r10.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.6.1-r9.ebuild | 10 |
3 files changed, 21 insertions, 5 deletions
diff --git a/sys-devel/perl/ChangeLog b/sys-devel/perl/ChangeLog index 97c54502544a..70bb59e7af75 100644 --- a/sys-devel/perl/ChangeLog +++ b/sys-devel/perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/perl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.51 2003/02/05 10:33:54 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.52 2003/02/08 00:27:06 gmsoft Exp $ + + 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> perl-5.6.1-r9.ebuild perl-5.6.1-r10.ebuild : + Added hppa to keywords. 05 Feb 2003; J Robert Ray <jrray@gentoo.org> perl-5.8.0-r9.ebuild; Changed to strip "-malign-double" from CFLAGS, fixing bug 14608. diff --git a/sys-devel/perl/perl-5.6.1-r10.ebuild b/sys-devel/perl/perl-5.6.1-r10.ebuild index 05d9f9cfd502..947353261a69 100644 --- a/sys-devel/perl/perl-5.6.1-r10.ebuild +++ b/sys-devel/perl/perl-5.6.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r10.ebuild,v 1.8 2003/01/19 16:54:11 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r10.ebuild,v 1.9 2003/02/08 00:27:06 gmsoft Exp $ IUSE="berkdb gdbm" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.perl.org" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips" +KEYWORDS="x86 ppc sparc alpha mips hppa" RDEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0 ) >=sys-libs/db-3.2.3h-r3 @@ -41,6 +41,13 @@ src_compile() { then myconf="-Di_gdbm" fi + + # It seems that perl config use the hostname instead of the osname on hppa + if [ "`use hppa`" ] + then + myconf="${myconf} -Dosname=linux" + fi + if [ "`use berkdb`" ] then myconf="${myconf} -Di_db -Di_ndbm" diff --git a/sys-devel/perl/perl-5.6.1-r9.ebuild b/sys-devel/perl/perl-5.6.1-r9.ebuild index abe5a0a2fb28..e0f289709c9e 100644 --- a/sys-devel/perl/perl-5.6.1-r9.ebuild +++ b/sys-devel/perl/perl-5.6.1-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r9.ebuild,v 1.8 2002/12/18 15:32:10 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r9.ebuild,v 1.9 2003/02/08 00:27:06 gmsoft Exp $ IUSE="berkdb gdbm" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.perl.org" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha" +KEYWORDS="x86 ~ppc sparc alpha hppa" RDEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0 ) >=sys-libs/db-3.2.3h-r3 @@ -40,6 +40,12 @@ src_compile() { then myconf="-Di_gdbm" fi + + # It seems that perl config use the hostname instead of the osname on hppa + if [ "`use hppa`" ] + then + myconf="${myconf} -Dosname=linux" + fi if [ "`use berkdb`" ] then myconf="${myconf} -Di_db -Di_ndbm" |