svn commit: r475848 - head/security/rubygem-scrypt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 29 19:28:44 UTC 2018


Author: sunpoet
Date: Sun Jul 29 19:28:29 2018
New Revision: 475848
URL: https://svnweb.freebsd.org/changeset/ports/475848

Log:
  Remove ONLY_FOR_ARCHS
  
  PR:		229731
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/security/rubygem-scrypt/Makefile

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Sun Jul 29 19:28:23 2018	(r475847)
+++ head/security/rubygem-scrypt/Makefile	Sun Jul 29 19:28:29 2018	(r475848)
@@ -12,9 +12,6 @@ COMMENT=	Scrypt key derivation function
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=		amd64 i386
-ONLY_FOR_ARCHS_REASON=	invokes SSE compiler flags
-
 RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list