diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-05-19 01:00:14 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-05-19 01:00:14 +0000 |
commit | 67f9ae5112d348e1b64859072a102b9317712e93 (patch) | |
tree | 3e2da2c66aa78ca3da26d6291a839875df3c88da /sys-boot/palo | |
parent | fixing Manifest (diff) | |
download | historical-67f9ae5112d348e1b64859072a102b9317712e93.tar.gz historical-67f9ae5112d348e1b64859072a102b9317712e93.tar.bz2 historical-67f9ae5112d348e1b64859072a102b9317712e93.zip |
Fixed a compilation issue.
Diffstat (limited to 'sys-boot/palo')
-rw-r--r-- | sys-boot/palo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/palo/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.5_pre20040515.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index 59714f753e6b..149284dada67 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/palo # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.6 2004/05/17 17:15:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.7 2004/05/19 01:00:14 gmsoft Exp $ + + 18 May 2004; Guy Martin <gmsoft@gentoo.org> palo-1.5_pre20040515.ebuild: + Fixed a compilation issue. 17 May 2004; Guy Martin <gmsoft@gentoo.org> palo-1.5_pre20040515.ebuild, files/palo-remove-HOME-TERM.patch, files/palo.conf: diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index f66e9ea79988..a5ca118e4eee 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -1,6 +1,6 @@ -MD5 854e1f4f8d44fc776637d09da78adecd ChangeLog 2109 +MD5 15af1b2f85d2429fbd887b9e6af2aa31 ChangeLog 2214 MD5 9eb3e7bb4ebac420842bd3e90dbf8726 metadata.xml 218 -MD5 8be6aeba80db9975035cb0fbec188de4 palo-1.5_pre20040515.ebuild 1020 +MD5 5b5e4e65218fbcf5a6e01bb4dd402916 palo-1.5_pre20040515.ebuild 1006 MD5 a185017d3062d0b67cc8e14bf03a4539 palo-1.2_pre20030630.ebuild 939 MD5 97b2c344a0aa5c0aaa3a10fa4412ff11 palo-1.3_pre20040303.ebuild 940 MD5 976dc147179cc0e2e54c219e32084c2c files/digest-palo-1.3_pre20040303 71 diff --git a/sys-boot/palo/palo-1.5_pre20040515.ebuild b/sys-boot/palo/palo-1.5_pre20040515.ebuild index ff7d524f4c34..f38cb22d16c4 100644 --- a/sys-boot/palo/palo-1.5_pre20040515.ebuild +++ b/sys-boot/palo/palo-1.5_pre20040515.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.5_pre20040515.ebuild,v 1.2 2004/05/17 17:15:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.5_pre20040515.ebuild,v 1.3 2004/05/19 01:00:14 gmsoft Exp $ MY_V=${PV/_pre/-CVS} DESCRIPTION="PALO : PArisc Linux Loader" @@ -26,7 +26,6 @@ src_compile() { emake -C palo CFLAGS="${CFLAGS} -I../include -I../lib" || die emake -C ipl CFLAGS="${CFLAGS} -I. -I../lib -I../include -fwritable-strings -mdisable-fpregs -Wall" || die emake MACHINE=parisc iplboot - emake || die } src_install() { |