diff options
author | 2007-02-13 19:29:26 +0000 | |
---|---|---|
committer | 2007-02-13 19:29:26 +0000 | |
commit | 6e19234db627b38e137a4acd516a06d0de3a6b42 (patch) | |
tree | 329f4725f0ace20c69b45b84eb01327013e0d06f /sys-boot/syslinux | |
parent | Fix dev-java/avalon-logkit dependency atom to not match 1.2.2 so that the pac... (diff) | |
download | gentoo-2-6e19234db627b38e137a4acd516a06d0de3a6b42.tar.gz gentoo-2-6e19234db627b38e137a4acd516a06d0de3a6b42.tar.bz2 gentoo-2-6e19234db627b38e137a4acd516a06d0de3a6b42.zip |
Stable on amd64 wrt bug #166144.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index e7932198b125..f3795260cff7 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.31 2007/02/11 12:46:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.32 2007/02/13 19:29:26 wolf31o2 Exp $ + + 13 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> syslinux-3.31.ebuild: + Stable on amd64 wrt bug #166144. 11 Feb 2007; Raúl Porcel <armin76@gentoo.org> syslinux-3.31.ebuild: x86 stable wrt bug 166144 diff --git a/sys-boot/syslinux/syslinux-3.31.ebuild b/sys-boot/syslinux/syslinux-3.31.ebuild index 4a9194be37d5..84ac35347fa8 100644 --- a/sys-boot/syslinux/syslinux-3.31.ebuild +++ b/sys-boot/syslinux/syslinux-3.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild,v 1.3 2007/02/11 12:46:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.31.ebuild,v 1.4 2007/02/13 19:29:26 wolf31o2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="sys-fs/mtools" |