diff options
author | 2015-06-27 09:48:45 +0000 | |
---|---|---|
committer | 2015-06-27 09:48:45 +0000 | |
commit | cea3913cc046e6d2a25339b38282aa38d701c975 (patch) | |
tree | c5be981099edd11d9a9e5b4e6aae7ff989868d92 /sys-boot/os-prober | |
parent | Stable for amd64, wrt bug #536146 (diff) | |
download | gentoo-2-cea3913cc046e6d2a25339b38282aa38d701c975.tar.gz gentoo-2-cea3913cc046e6d2a25339b38282aa38d701c975.tar.bz2 gentoo-2-cea3913cc046e6d2a25339b38282aa38d701c975.zip |
Stable for amd64, wrt bug #536146
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-boot/os-prober')
-rw-r--r-- | sys-boot/os-prober/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/os-prober/os-prober-1.65.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/os-prober/ChangeLog b/sys-boot/os-prober/ChangeLog index 89695ba7e20f..92f1c7c7b0c4 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.21 2015/03/29 04:51:39 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.22 2015/06/27 09:48:45 ago Exp $ + + 27 Jun 2015; Agostino Sarubbo <ago@gentoo.org> os-prober-1.65.ebuild: + Stable for amd64, wrt bug #536146 *os-prober-1.65 (29 Mar 2015) diff --git a/sys-boot/os-prober/os-prober-1.65.ebuild b/sys-boot/os-prober/os-prober-1.65.ebuild index 26df4e8f72eb..5cc70ff090fb 100644 --- a/sys-boot/os-prober/os-prober-1.65.ebuild +++ b/sys-boot/os-prober/os-prober-1.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.65.ebuild,v 1.1 2015/03/29 04:51:39 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.65.ebuild,v 1.2 2015/06/27 09:48:45 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S=${WORKDIR}/${PN} |