svn commit: r466582 - head/security/kr

Mark Felder feld at FreeBSD.org
Thu Apr 5 19:11:56 UTC 2018


Author: feld
Date: Thu Apr  5 19:11:56 2018
New Revision: 466582
URL: https://svnweb.freebsd.org/changeset/ports/466582

Log:
  security/kr: Does not build on i386

Modified:
  head/security/kr/Makefile

Modified: head/security/kr/Makefile
==============================================================================
--- head/security/kr/Makefile	Thu Apr  5 19:11:55 2018	(r466581)
+++ head/security/kr/Makefile	Thu Apr  5 19:11:56 2018	(r466582)
@@ -8,6 +8,9 @@ CATEGORIES=	security
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	SSH and Git commit/tag signing using a key stored in Krypton
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	Uses 64bit types
+
 BUILD_DEPENDS=	rust>=1.19.0_2:lang/rust \
 		bash>0:shells/bash
 


More information about the svn-ports-head mailing list