pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

efivar: limit to *-*-x86_64 platforms



Module Name:	pkgsrc-wip
Committed By:	Sergii Dmytruk <sergii.dmytruk%3mdeb.com@localhost>
Pushed By:	sergiidmytruk
Date:		Thu Oct 27 18:50:00 2022 +0300
Changeset:	2d778df043f59b36b2d71be4ff80a1f2832a9cf4

Modified Files:
	efivar/Makefile

Log Message:
efivar: limit to *-*-x86_64 platforms

Signed-off-by: Sergii Dmytruk <sergii.dmytruk%3mdeb.com@localhost>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d778df043f59b36b2d71be4ff80a1f2832a9cf4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 efivar/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/efivar/Makefile b/efivar/Makefile
index 1da9a57566..b03709b226 100644
--- a/efivar/Makefile
+++ b/efivar/Makefile
@@ -16,6 +16,9 @@ HOMEPAGE=		https://github.com/rhboot/efivar
 COMMENT=		Tools and libraries to work with EFI
 LICENSE=		gnu-lgpl-v2.1 # or later
 
+# Depends on EFI and relevant API in the kernel
+ONLY_FOR_PLATFORM=	*-*-x86_64
+
 USE_TOOLS+=		gmake
 
 # Specify lib directory name.


Home | Main Index | Thread Index | Old Index