pkgsrc-WIP-changes archive

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

lldb-git: DIsable py-six dependency for now (use builtin)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue May 3 02:40:54 2016 +0200
Changeset:	f376da50b37473ef612387bc318092e87d742cda

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: DIsable py-six dependency for now (use builtin)

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

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

diffstat:
 lldb-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 30cb4ec..8b81039 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	http://lldb.org/
 COMMENT=	Next generation, high-performance debugger
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+#DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 WRKSRC=			${WRKDIR}/${PKGBASE}
 CONFIGURE_DIRS=		${WRKDIR}/build


Home | Main Index | Thread Index | Old Index