Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 00:46:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506326 - head/devel/py-absl
Message-ID:  <201907100046.x6A0kVwF087305@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jul 10 00:46:30 2019
New Revision: 506326
URL: https://svnweb.freebsd.org/changeset/ports/506326

Log:
  devel/py-absl: Add NO_ARCH=yes

Modified:
  head/devel/py-absl/Makefile

Modified: head/devel/py-absl/Makefile
==============================================================================
--- head/devel/py-absl/Makefile	Wed Jul 10 00:29:32 2019	(r506325)
+++ head/devel/py-absl/Makefile	Wed Jul 10 00:46:30 2019	(r506326)
@@ -2,6 +2,7 @@
 
 PORTNAME=	absl
 DISTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,5 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907100046.x6A0kVwF087305>