public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/shim/
Date: Tue, 19 Jun 2018 03:09:54 +0000 (UTC)	[thread overview]
Message-ID: <1529377769.5a011fe958e8db4f8677209480a0521e6f5097f9.zerochaos@gentoo> (raw)

commit:     5a011fe958e8db4f8677209480a0521e6f5097f9
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 03:09:29 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 03:09:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a011fe9

sys-boot/shim: fix src_uri

duplicate a line so amd64 also gets x86 version but arm64 does not.
some bios makers save money by putting a 32 bit uefi on a 64 bit system

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-boot/shim/shim-15.5.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-boot/shim/shim-15.5.ebuild b/sys-boot/shim/shim-15.5.ebuild
index 704138381a9..e946b3ad5dc 100644
--- a/sys-boot/shim/shim-15.5.ebuild
+++ b/sys-boot/shim/shim-15.5.ebuild
@@ -8,9 +8,10 @@ inherit rpm
 DESCRIPTION="Fedora's signed UEFI shim"
 HOMEPAGE="https://apps.fedoraproject.org/packages/shim/"
 MY_PV="${PV/./-}"
-SRC_URI="amd64? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm )
+SRC_URI="amd64? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm
+				https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm )
 		arm64? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/aarch64/shim-aa64-${MY_PV}.aarch64.rpm )
-		https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm"
+		x86? ( https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm )"
 
 LICENSE="BSD"
 SLOT="0"


             reply	other threads:[~2018-06-19  3:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19  3:09 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-23 15:56 [gentoo-commits] repo/gentoo:master commit in: sys-boot/shim/ Sam James
2024-10-23 15:56 Sam James
2024-03-28  0:42 Rick Farina
2023-07-20 11:33 Andrew Ammerlaan
2022-10-28 21:00 Sam James
2022-10-28 20:58 Sam James
2022-09-15 15:10 Andreas Sturmlechner
2022-09-15 11:31 Sam James
2022-09-15  6:47 Agostino Sarubbo
2022-09-14 22:10 Sam James
2022-07-12 18:29 Rick Farina
2018-08-15 16:50 Ben Kohler
2018-07-30 19:55 Richard Farina
2018-06-19 20:58 Richard Farina
2018-06-19  2:58 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1529377769.5a011fe958e8db4f8677209480a0521e6f5097f9.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox