diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-14 15:37:25 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-14 15:37:25 +0000 |
commit | aa85a4a51d8d73051324925a99a8e611d0454f16 (patch) | |
tree | 4f78b46ecd75d3002145f506f306375cdbbdb457 | |
parent | [sci-chemistry/vmd] Fix plugin install (diff) | |
download | gentoo-2-aa85a4a51d8d73051324925a99a8e611d0454f16.tar.gz gentoo-2-aa85a4a51d8d73051324925a99a8e611d0454f16.tar.bz2 gentoo-2-aa85a4a51d8d73051324925a99a8e611d0454f16.zip |
Stable on amd64 and x86, works fine and usefull for grub2.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
-rw-r--r-- | sys-boot/os-prober/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/os-prober/os-prober-1.47.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/os-prober/ChangeLog b/sys-boot/os-prober/ChangeLog index a650a9462664..8b6dffa86de6 100644 --- a/sys-boot/os-prober/ChangeLog +++ b/sys-boot/os-prober/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/os-prober -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.11 2011/05/26 19:01:37 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.12 2012/02/14 15:37:25 scarabeus Exp $ + + 14 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> os-prober-1.47.ebuild: + Stable on amd64 and x86, works fine and usefull for grub2. 26 May 2011; Jonathan Callen <abcd@gentoo.org> os-prober-1.47.ebuild: Fix unpacking (upstream changed the top-level dir *again*) diff --git a/sys-boot/os-prober/os-prober-1.47.ebuild b/sys-boot/os-prober/os-prober-1.47.ebuild index 6f8ab1fbda03..298537a2780c 100644 --- a/sys-boot/os-prober/os-prober-1.47.ebuild +++ b/sys-boot/os-prober/os-prober-1.47.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.2 2011/05/26 19:01:37 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.3 2012/02/14 15:37:25 scarabeus Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S=${WORKDIR}/${PN} |