public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-04-09  9:47 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-04-09  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c69a7f740499b497770c90b38e7753f4a5ab71e7
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Thu Apr  4 09:10:37 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 09:45:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69a7f74

sys-boot/uefi-mkconfig: new package, add 1.4

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Closes: https://github.com/gentoo/gentoo/pull/36171
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  1 +
 sys-boot/uefi-mkconfig/metadata.xml             | 16 +++++++++++
 sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 35 +++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
new file mode 100644
index 000000000000..dfaeef8f744c
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -0,0 +1 @@
+DIST uefi-mkconfig-1.4.tar.gz 7844 BLAKE2B 4266c8c934f665c85d54699ebdd11648692b1eff2e0d4111de8329e01dee3342c760d772da27a8862e0427fcbecb38a9c0499ee482aa1ee0dcf72d0f30be97ef SHA512 47e096571899c18decd24c65df9bdd9da964e1e47120504d8c9761b7c2b80172b17a9259f229c267c95d7ee4ac24a1e79a3d0f13d15fc2effee7fcee8b1ce3ea

diff --git a/sys-boot/uefi-mkconfig/metadata.xml b/sys-boot/uefi-mkconfig/metadata.xml
new file mode 100644
index 000000000000..449694d29242
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>jakub@gdos.sk</email>
+		<name>Jakub Gajdoš</name>
+	</maintainer>
+	<maintainer type="person" proxied="proxy">
+		<email>andrewammerlaan@gentoo.org</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Biosias/uefi-mkconfig</remote-id>
+		<bugs-to>https://github.com/Biosias/uefi-mkconfig/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
new file mode 100644
index 000000000000..0729f2e0a75f
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Automatic management of UEFI entries"
+HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
+SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	app-shells/bash
+	sys-boot/efibootmgr
+"
+
+CONFIG_CHECK="EFI_STUB"
+
+src_install() {
+	dobin uefi-mkconfig
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "uefi-mkconfig: Automatic management of UEFI entries"
+	elog "Run uefi-mkconfig while having all efi partitions mounted"
+	elog "Please use with care, this package was tested on a limited number of machines"
+	elog "Some problems may arise due to different implementations of UEFI"
+	elog
+	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-04-09 15:54 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b3b3e121c4c49b0d65b75b2dee2a14e98fbc7119
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:54:41 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 15:54:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b3e121

sys-boot/uefi-mkconfig: Keyword 1.4 x86, #928988

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
index 0729f2e0a75f..4629afafa37b 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	app-shells/bash


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-04-09 15:54 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2584a652f9bec622970d3b56276b5776bc252df0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:54:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 15:54:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2584a652

sys-boot/uefi-mkconfig: Keyword 1.4 arm64, #928988

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
index 4629afafa37b..15c062fce03e 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
 	app-shells/bash


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-04-09 15:54 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f0445a14602fd897c1d84d1ec5f64a180ce1e407
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:54:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 15:54:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0445a14

sys-boot/uefi-mkconfig: Keyword 1.4 arm, #928988

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
index 15c062fce03e..8e426c062c9c 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	app-shells/bash


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-04-22 11:37 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-04-22 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     664309ea6b95b80d91c5c58ddc68d4cfb6aedab4
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Sun Apr 21 13:42:42 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 11:32:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664309ea

sys-boot/uefi-mkconfig: add 1.5

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Closes: https://github.com/gentoo/gentoo/pull/36343
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  1 +
 sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index dfaeef8f744c..a88d8a60c4ff 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1 +1,2 @@
 DIST uefi-mkconfig-1.4.tar.gz 7844 BLAKE2B 4266c8c934f665c85d54699ebdd11648692b1eff2e0d4111de8329e01dee3342c760d772da27a8862e0427fcbecb38a9c0499ee482aa1ee0dcf72d0f30be97ef SHA512 47e096571899c18decd24c65df9bdd9da964e1e47120504d8c9761b7c2b80172b17a9259f229c267c95d7ee4ac24a1e79a3d0f13d15fc2effee7fcee8b1ce3ea
+DIST uefi-mkconfig-1.5.tar.gz 8299 BLAKE2B f06ec90f298f2dcc5c3001f603b50c7521b5568272ba263b87f19ed45f5d10aec162b8ad909c9c5bbe72638559b9346f586063e7e25c33c7b41b3fe881bab35f SHA512 244d280a0b2b8e197b9d9a46e4db729efb5d568a0907c538aa1e27e0491eb12e2105bfc6d7b52c2a06f7fd53f7c5d339d680124a9dbfb5bd451b8659ea23752f

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild
new file mode 100644
index 000000000000..8e426c062c9c
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Automatic management of UEFI entries"
+HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
+SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	app-shells/bash
+	sys-boot/efibootmgr
+"
+
+CONFIG_CHECK="EFI_STUB"
+
+src_install() {
+	dobin uefi-mkconfig
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "uefi-mkconfig: Automatic management of UEFI entries"
+	elog "Run uefi-mkconfig while having all efi partitions mounted"
+	elog "Please use with care, this package was tested on a limited number of machines"
+	elog "Some problems may arise due to different implementations of UEFI"
+	elog
+	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-05-15 13:09 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-05-15 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7e404982aaa11ca67ea6388a04a37bfda425aacb
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Wed May 15 11:23:47 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 15 13:09:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e404982

sys-boot/uefi-mkconfig: add 1.6

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Closes: https://github.com/gentoo/gentoo/pull/36684
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  1 +
 sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index a88d8a60c4ff..4b328130342a 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1,2 +1,3 @@
 DIST uefi-mkconfig-1.4.tar.gz 7844 BLAKE2B 4266c8c934f665c85d54699ebdd11648692b1eff2e0d4111de8329e01dee3342c760d772da27a8862e0427fcbecb38a9c0499ee482aa1ee0dcf72d0f30be97ef SHA512 47e096571899c18decd24c65df9bdd9da964e1e47120504d8c9761b7c2b80172b17a9259f229c267c95d7ee4ac24a1e79a3d0f13d15fc2effee7fcee8b1ce3ea
 DIST uefi-mkconfig-1.5.tar.gz 8299 BLAKE2B f06ec90f298f2dcc5c3001f603b50c7521b5568272ba263b87f19ed45f5d10aec162b8ad909c9c5bbe72638559b9346f586063e7e25c33c7b41b3fe881bab35f SHA512 244d280a0b2b8e197b9d9a46e4db729efb5d568a0907c538aa1e27e0491eb12e2105bfc6d7b52c2a06f7fd53f7c5d339d680124a9dbfb5bd451b8659ea23752f
+DIST uefi-mkconfig-1.6.tar.gz 8620 BLAKE2B 57a48be15a976cc628f04e263fcbc1c56296f9d2b8ff11e70ab9239723f168e08775042fa86ab49e85d212aa719e6465acf883debe46f4a7f3d57edf3d07dd09 SHA512 df4595f5c05b812e7199fc19564bd899b345952f23014f9f0851e7da4b812b93583d52b9955edde3f7d05c182f29b120b7201d69493931813b2caf8ffd2e6f14

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild
new file mode 100644
index 000000000000..8e426c062c9c
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Automatic management of UEFI entries"
+HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
+SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	app-shells/bash
+	sys-boot/efibootmgr
+"
+
+CONFIG_CHECK="EFI_STUB"
+
+src_install() {
+	dobin uefi-mkconfig
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "uefi-mkconfig: Automatic management of UEFI entries"
+	elog "Run uefi-mkconfig while having all efi partitions mounted"
+	elog "Please use with care, this package was tested on a limited number of machines"
+	elog "Some problems may arise due to different implementations of UEFI"
+	elog
+	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-07-17  8:11 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-07-17  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cabfbe555b35af11b8b6c26ef697efa0bf109a70
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Tue Jul 16 22:06:40 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 08:06:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabfbe55

sys-boot/uefi-mkconfig: drop 1.4, 1.5

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  2 --
 sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 35 -------------------------
 sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild | 35 -------------------------
 3 files changed, 72 deletions(-)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index 4b328130342a..4b3d33dfb49f 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1,3 +1 @@
-DIST uefi-mkconfig-1.4.tar.gz 7844 BLAKE2B 4266c8c934f665c85d54699ebdd11648692b1eff2e0d4111de8329e01dee3342c760d772da27a8862e0427fcbecb38a9c0499ee482aa1ee0dcf72d0f30be97ef SHA512 47e096571899c18decd24c65df9bdd9da964e1e47120504d8c9761b7c2b80172b17a9259f229c267c95d7ee4ac24a1e79a3d0f13d15fc2effee7fcee8b1ce3ea
-DIST uefi-mkconfig-1.5.tar.gz 8299 BLAKE2B f06ec90f298f2dcc5c3001f603b50c7521b5568272ba263b87f19ed45f5d10aec162b8ad909c9c5bbe72638559b9346f586063e7e25c33c7b41b3fe881bab35f SHA512 244d280a0b2b8e197b9d9a46e4db729efb5d568a0907c538aa1e27e0491eb12e2105bfc6d7b52c2a06f7fd53f7c5d339d680124a9dbfb5bd451b8659ea23752f
 DIST uefi-mkconfig-1.6.tar.gz 8620 BLAKE2B 57a48be15a976cc628f04e263fcbc1c56296f9d2b8ff11e70ab9239723f168e08775042fa86ab49e85d212aa719e6465acf883debe46f4a7f3d57edf3d07dd09 SHA512 df4595f5c05b812e7199fc19564bd899b345952f23014f9f0851e7da4b812b93583d52b9955edde3f7d05c182f29b120b7201d69493931813b2caf8ffd2e6f14

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
deleted file mode 100644
index 8e426c062c9c..000000000000
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info optfeature
-
-DESCRIPTION="Automatic management of UEFI entries"
-HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
-SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	app-shells/bash
-	sys-boot/efibootmgr
-"
-
-CONFIG_CHECK="EFI_STUB"
-
-src_install() {
-	dobin uefi-mkconfig
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "uefi-mkconfig: Automatic management of UEFI entries"
-	elog "Run uefi-mkconfig while having all efi partitions mounted"
-	elog "Please use with care, this package was tested on a limited number of machines"
-	elog "Some problems may arise due to different implementations of UEFI"
-	elog
-	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
-}

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild
deleted file mode 100644
index 8e426c062c9c..000000000000
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info optfeature
-
-DESCRIPTION="Automatic management of UEFI entries"
-HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
-SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	app-shells/bash
-	sys-boot/efibootmgr
-"
-
-CONFIG_CHECK="EFI_STUB"
-
-src_install() {
-	dobin uefi-mkconfig
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "uefi-mkconfig: Automatic management of UEFI entries"
-	elog "Run uefi-mkconfig while having all efi partitions mounted"
-	elog "Please use with care, this package was tested on a limited number of machines"
-	elog "Some problems may arise due to different implementations of UEFI"
-	elog
-	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-07-17  8:11 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-07-17  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0de20dfc66d86f5679adc2309abc43347b970926
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Tue Jul 16 22:09:27 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 08:06:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de20dfc

sys-boot/uefi-mkconfig: add 2.1

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Closes: https://github.com/gentoo/gentoo/pull/37584
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  1 +
 sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index 4b3d33dfb49f..122231a0410e 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1 +1,2 @@
 DIST uefi-mkconfig-1.6.tar.gz 8620 BLAKE2B 57a48be15a976cc628f04e263fcbc1c56296f9d2b8ff11e70ab9239723f168e08775042fa86ab49e85d212aa719e6465acf883debe46f4a7f3d57edf3d07dd09 SHA512 df4595f5c05b812e7199fc19564bd899b345952f23014f9f0851e7da4b812b93583d52b9955edde3f7d05c182f29b120b7201d69493931813b2caf8ffd2e6f14
+DIST uefi-mkconfig-2.1.tar.gz 10083 BLAKE2B c78a2f38b66c643c23442c5159d70272099babea9dc5bc7eb68628ff09cf307375a32e7886ed8e597dc05233aa49d6aa13ec86466b0aaebd33663667848867fe SHA512 466f4d902e84ec19d17f4b43bacced6372c5c0a469c245e267a5166b0a2d2a3ee2c1409d83129cc5088305367e0a53249990f45119b8c5522235fd65a19dc5fb

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild
new file mode 100644
index 000000000000..8b272798d1ff
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Automatic management of UEFI entries"
+HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
+SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	app-shells/bash
+	sys-boot/efibootmgr
+"
+
+CONFIG_CHECK="EFI_STUB"
+
+src_install() {
+	dobin uefi-mkconfig
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "uefi-mkconfig: Automatic management of UEFI entries"
+	elog "Run uefi-mkconfig while having all efi partitions mounted"
+	elog "Please use with care, this package was tested on a limited number of machines"
+	elog "Some problems may arise due to different implementations of UEFI"
+	elog "Don't forget to add kernel commands to the configuration file before using this package!"
+	elog
+	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-07-19 13:35 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-07-19 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     20e1db0da342b534083e473f76519fddf0a43933
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Fri Jul 19 12:09:07 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 13:33:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e1db0d

sys-boot/uefi-mkconfig: add 2.2

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Closes: https://github.com/gentoo/gentoo/pull/37615
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  1 +
 sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index 122231a0410e..c7468bb45622 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1,2 +1,3 @@
 DIST uefi-mkconfig-1.6.tar.gz 8620 BLAKE2B 57a48be15a976cc628f04e263fcbc1c56296f9d2b8ff11e70ab9239723f168e08775042fa86ab49e85d212aa719e6465acf883debe46f4a7f3d57edf3d07dd09 SHA512 df4595f5c05b812e7199fc19564bd899b345952f23014f9f0851e7da4b812b93583d52b9955edde3f7d05c182f29b120b7201d69493931813b2caf8ffd2e6f14
 DIST uefi-mkconfig-2.1.tar.gz 10083 BLAKE2B c78a2f38b66c643c23442c5159d70272099babea9dc5bc7eb68628ff09cf307375a32e7886ed8e597dc05233aa49d6aa13ec86466b0aaebd33663667848867fe SHA512 466f4d902e84ec19d17f4b43bacced6372c5c0a469c245e267a5166b0a2d2a3ee2c1409d83129cc5088305367e0a53249990f45119b8c5522235fd65a19dc5fb
+DIST uefi-mkconfig-2.2.tar.gz 10176 BLAKE2B 7078c23d39dc4e6b80785502c0d186ec1c8ca4ad4b758bcfdf4b74df38e47cef23952e5139d185a9b2b1253cd69f018145c63254f3a421952c70371e33fb1911 SHA512 5489aacc869afb57dc4d48deba4306b141ea08fa5763b8486f156b3b01aecf987f7927b70e7acbb1abe9e145b1d1d4ef57cd93e12d78bec10cc9e61a37ccf02c

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
new file mode 100644
index 000000000000..8b272798d1ff
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Automatic management of UEFI entries"
+HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
+SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	app-shells/bash
+	sys-boot/efibootmgr
+"
+
+CONFIG_CHECK="EFI_STUB"
+
+src_install() {
+	dobin uefi-mkconfig
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "uefi-mkconfig: Automatic management of UEFI entries"
+	elog "Run uefi-mkconfig while having all efi partitions mounted"
+	elog "Please use with care, this package was tested on a limited number of machines"
+	elog "Some problems may arise due to different implementations of UEFI"
+	elog "Don't forget to add kernel commands to the configuration file before using this package!"
+	elog
+	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-08-28  7:39 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-08-28  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     500905409d059a19aa9a85d6edbb3e88e0a44216
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Tue Aug 27 20:48:28 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 07:38:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50090540

sys-boot/uefi-mkconfig: drop 1.6, 2.1

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  2 --
 sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild | 35 ------------------------
 sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild | 36 -------------------------
 3 files changed, 73 deletions(-)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index c7468bb45622..da37f9ec7d38 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1,3 +1 @@
-DIST uefi-mkconfig-1.6.tar.gz 8620 BLAKE2B 57a48be15a976cc628f04e263fcbc1c56296f9d2b8ff11e70ab9239723f168e08775042fa86ab49e85d212aa719e6465acf883debe46f4a7f3d57edf3d07dd09 SHA512 df4595f5c05b812e7199fc19564bd899b345952f23014f9f0851e7da4b812b93583d52b9955edde3f7d05c182f29b120b7201d69493931813b2caf8ffd2e6f14
-DIST uefi-mkconfig-2.1.tar.gz 10083 BLAKE2B c78a2f38b66c643c23442c5159d70272099babea9dc5bc7eb68628ff09cf307375a32e7886ed8e597dc05233aa49d6aa13ec86466b0aaebd33663667848867fe SHA512 466f4d902e84ec19d17f4b43bacced6372c5c0a469c245e267a5166b0a2d2a3ee2c1409d83129cc5088305367e0a53249990f45119b8c5522235fd65a19dc5fb
 DIST uefi-mkconfig-2.2.tar.gz 10176 BLAKE2B 7078c23d39dc4e6b80785502c0d186ec1c8ca4ad4b758bcfdf4b74df38e47cef23952e5139d185a9b2b1253cd69f018145c63254f3a421952c70371e33fb1911 SHA512 5489aacc869afb57dc4d48deba4306b141ea08fa5763b8486f156b3b01aecf987f7927b70e7acbb1abe9e145b1d1d4ef57cd93e12d78bec10cc9e61a37ccf02c

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild
deleted file mode 100644
index 8e426c062c9c..000000000000
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info optfeature
-
-DESCRIPTION="Automatic management of UEFI entries"
-HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
-SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	app-shells/bash
-	sys-boot/efibootmgr
-"
-
-CONFIG_CHECK="EFI_STUB"
-
-src_install() {
-	dobin uefi-mkconfig
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "uefi-mkconfig: Automatic management of UEFI entries"
-	elog "Run uefi-mkconfig while having all efi partitions mounted"
-	elog "Please use with care, this package was tested on a limited number of machines"
-	elog "Some problems may arise due to different implementations of UEFI"
-	elog
-	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
-}

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild
deleted file mode 100644
index 8b272798d1ff..000000000000
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info optfeature
-
-DESCRIPTION="Automatic management of UEFI entries"
-HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
-SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-	app-shells/bash
-	sys-boot/efibootmgr
-"
-
-CONFIG_CHECK="EFI_STUB"
-
-src_install() {
-	dobin uefi-mkconfig
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog "uefi-mkconfig: Automatic management of UEFI entries"
-	elog "Run uefi-mkconfig while having all efi partitions mounted"
-	elog "Please use with care, this package was tested on a limited number of machines"
-	elog "Some problems may arise due to different implementations of UEFI"
-	elog "Don't forget to add kernel commands to the configuration file before using this package!"
-	elog
-	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-08-28  7:39 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-08-28  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f4eef50f627f344978f566025d4bee7137ff51aa
Author:     Biosias <jakub <AT> gdos <DOT> sk>
AuthorDate: Tue Aug 27 20:50:42 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 07:38:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eef50f

sys-boot/uefi-mkconfig: add 2.3

Signed-off-by: Biosias <jakub <AT> gdos.sk>
Closes: https://github.com/gentoo/gentoo/pull/38308
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/Manifest                 |  1 +
 sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest
index da37f9ec7d38..e9eb42816478 100644
--- a/sys-boot/uefi-mkconfig/Manifest
+++ b/sys-boot/uefi-mkconfig/Manifest
@@ -1 +1,2 @@
 DIST uefi-mkconfig-2.2.tar.gz 10176 BLAKE2B 7078c23d39dc4e6b80785502c0d186ec1c8ca4ad4b758bcfdf4b74df38e47cef23952e5139d185a9b2b1253cd69f018145c63254f3a421952c70371e33fb1911 SHA512 5489aacc869afb57dc4d48deba4306b141ea08fa5763b8486f156b3b01aecf987f7927b70e7acbb1abe9e145b1d1d4ef57cd93e12d78bec10cc9e61a37ccf02c
+DIST uefi-mkconfig-2.3.tar.gz 10295 BLAKE2B cae2301b1c181f87efbb47fbb393184ed383d763932999719223a298062cd802c318aeb9a1e4571483fe872b31ee27c86186a1200531d038e4ffe867ac683361 SHA512 730546552739db386249e0f86bce029ccb2695bd4b065326ae91ae92ab350ee387e46b661514b80728e609aa851a78efdda97a86fd7418c6f0044341c393c452

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
new file mode 100644
index 000000000000..8b272798d1ff
--- /dev/null
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Automatic management of UEFI entries"
+HOMEPAGE="https://github.com/Biosias/uefi-mkconfig"
+SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	app-shells/bash
+	sys-boot/efibootmgr
+"
+
+CONFIG_CHECK="EFI_STUB"
+
+src_install() {
+	dobin uefi-mkconfig
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog "uefi-mkconfig: Automatic management of UEFI entries"
+	elog "Run uefi-mkconfig while having all efi partitions mounted"
+	elog "Please use with care, this package was tested on a limited number of machines"
+	elog "Some problems may arise due to different implementations of UEFI"
+	elog "Don't forget to add kernel commands to the configuration file before using this package!"
+	elog
+	optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/
@ 2024-10-24 14:54 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-10-24 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     60d110a41842a21d1e0c271d63780dbb1a600253
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 14:51:42 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:53:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d110a4

sys-boot/uefi-mkconfig: make efistub check non-fatal

See-also: https://forums.gentoo.org/viewtopic-p-8844014.html
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild | 2 +-
 sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
index 8b272798d1ff..eb46eef391d5 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	sys-boot/efibootmgr
 "
 
-CONFIG_CHECK="EFI_STUB"
+CONFIG_CHECK="~EFI_STUB"
 
 src_install() {
 	dobin uefi-mkconfig

diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
index 8b272798d1ff..eb46eef391d5 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	sys-boot/efibootmgr
 "
 
-CONFIG_CHECK="EFI_STUB"
+CONFIG_CHECK="~EFI_STUB"
 
 src_install() {
 	dobin uefi-mkconfig


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-10-24 14:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 15:54 [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-10-24 14:54 Andrew Ammerlaan
2024-08-28  7:39 Andrew Ammerlaan
2024-08-28  7:39 Andrew Ammerlaan
2024-07-19 13:35 Andrew Ammerlaan
2024-07-17  8:11 Andrew Ammerlaan
2024-07-17  8:11 Andrew Ammerlaan
2024-05-15 13:09 Andrew Ammerlaan
2024-04-22 11:37 Andrew Ammerlaan
2024-04-09 15:54 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-04-09  9:47 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox