summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-30 14:48:26 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-30 14:48:26 +0000
commitc4b5a0659840b2af552bdfc0255fb5290bb9b0d0 (patch)
treee682e8263fc660a11af3a955574dd53bf7802065 /sys-boot/syslinux
parentBump EAPI (diff)
downloadgentoo-2-c4b5a0659840b2af552bdfc0255fb5290bb9b0d0.tar.gz
gentoo-2-c4b5a0659840b2af552bdfc0255fb5290bb9b0d0.tar.bz2
gentoo-2-c4b5a0659840b2af552bdfc0255fb5290bb9b0d0.zip
Bump to new prerelease.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r--sys-boot/syslinux/ChangeLog8
-rw-r--r--sys-boot/syslinux/syslinux-6.02_pre15.ebuild (renamed from sys-boot/syslinux/syslinux-6.02_pre2.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog
index 250369488b9e..292cee9f5889 100644
--- a/sys-boot/syslinux/ChangeLog
+++ b/sys-boot/syslinux/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-boot/syslinux
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.99 2013/07/08 16:45:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.100 2013/07/30 14:48:26 chithanh Exp $
+
+*syslinux-6.02_pre15 (30 Jul 2013)
+
+ 30 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +syslinux-6.02_pre15.ebuild, -syslinux-6.02_pre2.ebuild:
+ Bump to new prerelease.
*syslinux-6.02_pre2 (08 Jul 2013)
diff --git a/sys-boot/syslinux/syslinux-6.02_pre2.ebuild b/sys-boot/syslinux/syslinux-6.02_pre15.ebuild
index 44ea5b9ec2bd..5d73195c0f66 100644
--- a/sys-boot/syslinux/syslinux-6.02_pre2.ebuild
+++ b/sys-boot/syslinux/syslinux-6.02_pre15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.02_pre2.ebuild,v 1.1 2013/07/08 16:45:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-6.02_pre15.ebuild,v 1.1 2013/07/30 14:48:26 chithanh Exp $
EAPI=4
@@ -66,8 +66,9 @@ src_compile() {
}
src_install() {
+ # parallel install fails sometimes
einfo "loaderarch=${loaderarch}"
- emake LD=$(tc-getLD) INSTALLROOT="${D}" MANDIR=/usr/share/man bios ${loaderarch} install
+ emake -j1 LD=$(tc-getLD) INSTALLROOT="${D}" MANDIR=/usr/share/man bios ${loaderarch} install
dodoc README NEWS doc/*.txt
}