pkgsrc-WIP-changes archive

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

chromium: it only builds with python2.7.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Wed Feb 27 14:43:04 2019 +0000
Changeset:	19368d7c725a7d2f507a71e655ab1e626d6fead8

Modified Files:
	chromium/Makefile

Log Message:
chromium: it only builds with python2.7.

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

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

diffstat:
 chromium/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index d02783508f..c74ff13e11 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.14 2012/09/24 18:26:53 asau Exp $
 
 DISTNAME=	chromium-56.0.2924.87
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://commondatastorage.googleapis.com/chromium-browser-official/
 EXTRACT_SUFX=	.tar.xz
@@ -22,6 +22,8 @@ BUILD_DEPENDS+=	${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 BUILD_DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 BUILD_DEPENDS+=	${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
 
+PYTHON_VERSIONS_ACCEPTED=	27 # python3 not supported.
+
 DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index