diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-01-11 05:01:09 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-01-11 05:01:09 +0000 |
commit | 6dc312227f2b61f8a03623a7bab724e1cc5331c6 (patch) | |
tree | 32024aead3a2bd49d57b2b3372ede6eaaaec868f /sys-boot | |
parent | adding ~arm keyword (diff) | |
download | gentoo-2-6dc312227f2b61f8a03623a7bab724e1cc5331c6.tar.gz gentoo-2-6dc312227f2b61f8a03623a7bab724e1cc5331c6.tar.bz2 gentoo-2-6dc312227f2b61f8a03623a7bab724e1cc5331c6.zip |
not sure why -* is there, seems to work fine on arm, adding keyword
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.06.ebuild | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-5.00.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index b413780d8d8b..409e224b7f53 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.92 2012/12/10 12:58:24 chithanh Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.93 2013/01/11 05:01:09 zerochaos Exp $ + + 11 Jan 2013; Rick Farina <zerochaos@gentoo.org> syslinux-4.06.ebuild, + syslinux-5.00.ebuild: + not sure why -* is there, seems to work fine on arm, adding keyword *syslinux-5.00 (10 Dec 2012) diff --git a/sys-boot/syslinux/syslinux-4.06.ebuild b/sys-boot/syslinux/syslinux-4.06.ebuild index 9a58fa5b09f2..f42e39f9c3fd 100644 --- a/sys-boot/syslinux/syslinux-4.06.ebuild +++ b/sys-boot/syslinux/syslinux-4.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-4.06.ebuild,v 1.3 2012/11/15 16:06:29 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.06.ebuild,v 1.4 2013/01/11 05:01:09 zerochaos Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* amd64 ~arm x86" IUSE="custom-cflags" RDEPEND="sys-fs/mtools diff --git a/sys-boot/syslinux/syslinux-5.00.ebuild b/sys-boot/syslinux/syslinux-5.00.ebuild index f4c118ef886b..1564668299a5 100644 --- a/sys-boot/syslinux/syslinux-5.00.ebuild +++ b/sys-boot/syslinux/syslinux-5.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-5.00.ebuild,v 1.1 2012/12/10 12:58:24 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-5.00.ebuild,v 1.2 2013/01/11 05:01:09 zerochaos Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 ~arm ~x86" IUSE="custom-cflags" RDEPEND="sys-fs/mtools |