pkgsrc-WIP-changes archive

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

Obtain angr from devel/py-angr in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Apr 26 07:24:03 2018 +0200
Changeset:	cdcfe9750996cf393097c5e55203c39d3d4ca062

Modified Files:
	deepstate/Makefile

Log Message:
Obtain angr from devel/py-angr in pkgsrc

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

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

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

diffs:
diff --git a/deepstate/Makefile b/deepstate/Makefile
index caedf9b697..5cc0a79b15 100644
--- a/deepstate/Makefile
+++ b/deepstate/Makefile
@@ -15,8 +15,8 @@ USE_LANGUAGES=	c99 c++
 USE_CMAKE=	yes
 AUTO_MKDIRS=	yes
 
+DEPENDS+=	${PYPKGPREFIX}-angr-[0-9]*:../../devel/py-angr
 DEPENDS+=	${PYPKGPREFIX}-manticore-[0-9]*:../../devel/py-manticore
-DEPENDS+=	${PYPKGPREFIX}-angr-[0-9]*:../../wip/py-angr
 
 PYTHON_VERSIONS_ACCEPTED=	27
 


Home | Main Index | Thread Index | Old Index