summaryrefslogtreecommitdiffstats
path: root/security-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2017-05-31 22:06:40 +0200
committerTreeve Jelbert2017-05-31 22:06:59 +0200
commitfcd311e0aeef2434e7b413a2c3b2e8ffbd3405dc (patch)
tree3a49c86424d3633392e8621eeff89ea811e87108 /security-libs
parent93f8d8514632892c809cbbbed02ea139f2161d05 (diff)
libseccomp - uses cython
Diffstat (limited to 'security-libs')
-rwxr-xr-xsecurity-libs/libseccomp/DEPENDS2
-rw-r--r--security-libs/libseccomp/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/security-libs/libseccomp/DEPENDS b/security-libs/libseccomp/DEPENDS
index 0a6cd1c2d6..62210f61d8 100755
--- a/security-libs/libseccomp/DEPENDS
+++ b/security-libs/libseccomp/DEPENDS
@@ -1 +1 @@
-optional_depends PYTHON '--enable-python' '--disable-python' 'build Python bindings'
+optional_depends cython '--enable-python' '--disable-python' 'build Python bindings'
diff --git a/security-libs/libseccomp/HISTORY b/security-libs/libseccomp/HISTORY
index 6e73654376..ec49882a28 100644
--- a/security-libs/libseccomp/HISTORY
+++ b/security-libs/libseccomp/HISTORY
@@ -1,3 +1,6 @@
+2017-05-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: PYTHON => cython
+
2017-05-06 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.3.2
* seccomp.gpg: add E8CA7C8A <paul@paul-moore.com>