diff options
author | 2012-06-27 13:31:31 +0000 | |
---|---|---|
committer | 2012-06-27 13:31:31 +0000 | |
commit | 99de72400c26db8ae94ae75702a1e417b7fe3c7d (patch) | |
tree | e2b300d82c14282d6221c72b1e58022622007708 /sys-boot | |
parent | Version bump, ading new upstream man page. Add dependencies required for oper... (diff) | |
download | gentoo-2-99de72400c26db8ae94ae75702a1e417b7fe3c7d.tar.gz gentoo-2-99de72400c26db8ae94ae75702a1e417b7fe3c7d.tar.bz2 gentoo-2-99de72400c26db8ae94ae75702a1e417b7fe3c7d.zip |
No linux-headers dependency for old versions, bug #417133 comment #4.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-2.13.ebuild | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.86.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 69b5a29b4bde..9e4de7443073 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.86 2012/06/16 13:43:59 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.87 2012/06/27 13:31:31 chithanh Exp $ + + 27 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + syslinux-2.13.ebuild, syslinux-3.86.ebuild: + No linux-headers dependency for old versions, bug #417133 comment #4. *syslinux-4.06_pre6 (16 Jun 2012) diff --git a/sys-boot/syslinux/syslinux-2.13.ebuild b/sys-boot/syslinux/syslinux-2.13.ebuild index 6c796506a689..57178835a668 100644 --- a/sys-boot/syslinux/syslinux-2.13.ebuild +++ b/sys-boot/syslinux/syslinux-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v 1.5 2012/05/28 08:47:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.13.ebuild,v 1.6 2012/06/27 13:31:31 chithanh Exp $ DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" @@ -13,8 +13,7 @@ IUSE="" RDEPEND="sys-fs/mtools" DEPEND="${RDEPEND} - dev-lang/nasm - <sys-kernel/linux-headers-3.4" + dev-lang/nasm" # This ebuild is a departure from the old way of rebuilding everything in syslinux # This departure is necessary since hpa doesn't support the rebuilding of anything other diff --git a/sys-boot/syslinux/syslinux-3.86.ebuild b/sys-boot/syslinux/syslinux-3.86.ebuild index 4233e2ccc6c3..34083df01fc9 100644 --- a/sys-boot/syslinux/syslinux-3.86.ebuild +++ b/sys-boot/syslinux/syslinux-3.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild,v 1.5 2012/05/28 08:47:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.86.ebuild,v 1.6 2012/06/27 13:31:31 chithanh Exp $ inherit eutils toolchain-funcs @@ -17,8 +17,7 @@ RDEPEND="sys-fs/mtools dev-perl/Crypt-PasswdMD5 dev-perl/Digest-SHA1" DEPEND="${RDEPEND} - dev-lang/nasm - <sys-kernel/linux-headers-3.4" + dev-lang/nasm" # This ebuild is a departure from the old way of rebuilding everything in syslinux # This departure is necessary since hpa doesn't support the rebuilding of anything other |