Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/shim/
Date: Mon, 30 Jul 2018 19:55:57
Message-Id: 1532980543.4bb0ef3b3d20561d8877fc042584ce716206aa88.zerochaos@gentoo
1 commit: 4bb0ef3b3d20561d8877fc042584ce716206aa88
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 19:55:23 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 19:55:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb0ef3b
7
8 sys-boot/shim: 32 bit user != 32 bit system
9
10 users may wish to run 32 bit despite system being 64 bit, so just
11 install both
12
13 Package-Manager: Portage-2.3.43, Repoman-2.3.10
14
15 sys-boot/shim/{shim-15.5.ebuild => shim-15.5-r1.ebuild} | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-boot/shim/shim-15.5.ebuild b/sys-boot/shim/shim-15.5-r1.ebuild
19 similarity index 81%
20 rename from sys-boot/shim/shim-15.5.ebuild
21 rename to sys-boot/shim/shim-15.5-r1.ebuild
22 index e946b3ad5dc..2d159131085 100644
23 --- a/sys-boot/shim/shim-15.5.ebuild
24 +++ b/sys-boot/shim/shim-15.5-r1.ebuild
25 @@ -10,8 +10,9 @@ HOMEPAGE="https://apps.fedoraproject.org/packages/shim/"
26 MY_PV="${PV/./-}"
27 SRC_URI="amd64? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm
28 https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm )
29 - arm64? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/aarch64/shim-aa64-${MY_PV}.aarch64.rpm )
30 - x86? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm )"
31 + x86? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm
32 + https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm )
33 + arm64? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/aarch64/shim-aa64-${MY_PV}.aarch64.rpm )"
34
35 LICENSE="BSD"
36 SLOT="0"