diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-12 05:13:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-12 05:13:18 +0000 |
commit | a572bb2df0d7b63936e13a45b6cbc52bbd9bf0c8 (patch) | |
tree | fb325beb1f8d9f8abdc912fc3b5ce0239e0207c9 /sys-boot | |
parent | x86 stable wrt bug #502712 (diff) | |
download | gentoo-2-a572bb2df0d7b63936e13a45b6cbc52bbd9bf0c8.tar.gz gentoo-2-a572bb2df0d7b63936e13a45b6cbc52bbd9bf0c8.tar.bz2 gentoo-2-a572bb2df0d7b63936e13a45b6cbc52bbd9bf0c8.zip |
x86 stable wrt bug #503058
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/lilo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/lilo/lilo-24.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/lilo/ChangeLog b/sys-boot/lilo/ChangeLog index 19b13e60d747..3090e428cb05 100644 --- a/sys-boot/lilo/ChangeLog +++ b/sys-boot/lilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/lilo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.77 2013/09/23 12:22:49 chainsaw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.78 2014/03/12 05:13:18 phajdan.jr Exp $ + + 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> lilo-24.0.ebuild: + x86 stable wrt bug #503058 23 Sep 2013; Tony Vroon <chainsaw@gentoo.org> metadata.xml: Taking LILO back under my wing as it seems to have been abandoned. diff --git a/sys-boot/lilo/lilo-24.0.ebuild b/sys-boot/lilo/lilo-24.0.ebuild index 364206d8c319..145ee9d24a8b 100644 --- a/sys-boot/lilo/lilo-24.0.ebuild +++ b/sys-boot/lilo/lilo-24.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-24.0.ebuild,v 1.1 2013/09/23 12:21:12 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-24.0.ebuild,v 1.2 2014/03/12 05:13:18 phajdan.jr Exp $ EAPI="5" @@ -20,7 +20,7 @@ SRC_URI=" SLOT="0" LICENSE="BSD GPL-2" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" DEPEND=">=sys-devel/bin86-0.15.5" RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )" |