diff options
author | Guy Martin <gmsoft@gentoo.org> | 2006-05-30 20:24:38 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2006-05-30 20:24:38 +0000 |
commit | a6baff3a947106e82282a18068ead4c7b8c75c1c (patch) | |
tree | 990095025249f266091407f8d765eeb82ec2eb46 /sys-boot | |
parent | Keywording ~amd64; let the fun begin :-)... (diff) | |
download | gentoo-2-a6baff3a947106e82282a18068ead4c7b8c75c1c.tar.gz gentoo-2-a6baff3a947106e82282a18068ead4c7b8c75c1c.tar.bz2 gentoo-2-a6baff3a947106e82282a18068ead4c7b8c75c1c.zip |
Oops commited the wrong version. Here is the right one.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.14_pre20060409.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index 2fb28407c3f1..52dfbf0a7134 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -11,7 +11,7 @@ MD5 0df188cd6b8a1188ebd0fc4440753187 files/palo.conf 207 MD5 9eb3e7bb4ebac420842bd3e90dbf8726 metadata.xml 218 MD5 9b8dbce851a68b6b7d7c188e82b5ef9b palo-1.10_pre20051012.ebuild 1153 MD5 efea3eecb37f9fd3b5f9143a277c193d palo-1.13_pre20060123.ebuild 1154 -MD5 731ed4ebc11abc2e23dc49e023c05e00 palo-1.14_pre20060409.ebuild 993 +MD5 cf0b9a89d15db2976eb914f4e4af5b89 palo-1.14_pre20060409.ebuild 1135 MD5 215a7af50439001abaae3f11694675bc palo-1.2_pre20030630.ebuild 933 MD5 bdf378eec83dab3345d0bb28756985c1 palo-1.3_pre20040303.ebuild 934 MD5 88ad675808b43e5bd5c8f0325adba7bd palo-1.5_pre20040515.ebuild 1011 diff --git a/sys-boot/palo/palo-1.14_pre20060409.ebuild b/sys-boot/palo/palo-1.14_pre20060409.ebuild index 5482195d6768..a4cabf271ae1 100644 --- a/sys-boot/palo/palo-1.14_pre20060409.ebuild +++ b/sys-boot/palo/palo-1.14_pre20060409.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.14_pre20060409.ebuild,v 1.1 2006/05/30 20:14:37 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.14_pre20060409.ebuild,v 1.2 2006/05/30 20:24:38 gmsoft Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://ftp.parisc-linux.org/cvs/palo-${MY_V}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* hppa" +KEYWORDS="-* ~hppa" IUSE="" DEPEND="virtual/libc" @@ -25,9 +25,9 @@ src_unpack() { } src_compile() { - emake -C palo CFLAGS="${CFLAGS} -I../include -I../lib" || die - emake -C ipl CFLAGS="${CFLAGS} -I. -I../lib -I../include -mdisable-fpregs -Wall" || die - emake MACHINE=parisc iplboot + emake -C palo CFLAGS="${CFLAGS} -I../include -I../lib -D__KERNEL_STRICT_NAMES" || die "make palo failed." + emake -C ipl CFLAGS="${CFLAGS} -I. -I../lib -I../include -mdisable-fpregs -Wall -D__kernel_timer_t=int -D__kernel_clockid_t=int" || die "make ipl failed." + emake MACHINE=parisc iplboot || die "make iplboot failed." } src_install() { |