diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-16 13:43:59 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-16 13:43:59 +0000 |
commit | ac1351c2a96e4f097114c9a258b8d1a599dcd5cd (patch) | |
tree | 78789d99e0eb6b448cb1d7dc13194319e68994a0 | |
parent | dev-python/pep8: Bump to 1.2 and 1.3 (diff) | |
download | gentoo-2-ac1351c2a96e4f097114c9a258b8d1a599dcd5cd.tar.gz gentoo-2-ac1351c2a96e4f097114c9a258b8d1a599dcd5cd.tar.bz2 gentoo-2-ac1351c2a96e4f097114c9a258b8d1a599dcd5cd.zip |
Bump to new prerelease.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.06_pre6.ebuild (renamed from sys-boot/syslinux/syslinux-4.06_pre4.ebuild) | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index ca8c025876f3..69b5a29b4bde 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,12 @@ # 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.85 2012/05/28 08:47:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.86 2012/06/16 13:43:59 chithanh Exp $ + +*syslinux-4.06_pre6 (16 Jun 2012) + + 16 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +syslinux-4.06_pre6.ebuild, -syslinux-4.06_pre4.ebuild: + Bump to new prerelease. *syslinux-4.06_pre4 (28 May 2012) diff --git a/sys-boot/syslinux/syslinux-4.06_pre4.ebuild b/sys-boot/syslinux/syslinux-4.06_pre6.ebuild index 024a35c1a7b4..78c23c6023f2 100644 --- a/sys-boot/syslinux/syslinux-4.06_pre4.ebuild +++ b/sys-boot/syslinux/syslinux-4.06_pre6.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-4.06_pre4.ebuild,v 1.1 2012/05/28 08:47:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.06_pre6.ebuild,v 1.1 2012/06/16 13:43:59 chithanh Exp $ inherit eutils toolchain-funcs @@ -34,9 +34,6 @@ src_unpack() { # Fix building on hardened epatch "${FILESDIR}"/${PN}-4.05-nopie.patch - # Fix building with --as-needed - epatch "${FILESDIR}"/${PN}-4.05-asneeded-linking-order.patch - rm -f gethostip #bug 137081 # Don't prestrip or override user LDFLAGS, bug #305783 |