aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lang/cl/gpg-error.asd.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 084e838..829ec28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-30 Marcus Brinkmann <[email protected]>
+
+ * lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
+
2006-05-29 Marcus Brinkmann <[email protected]>
* src/init.c (gpg_err_init) [!ENABLE_NLS]: Do not initialize the
diff --git a/lang/cl/gpg-error.asd.in b/lang/cl/gpg-error.asd.in
index 8c079f1..3cb7e96 100644
--- a/lang/cl/gpg-error.asd.in
+++ b/lang/cl/gpg-error.asd.in
@@ -29,6 +29,7 @@
:author "g10 Code GmbH"
:version "@VERSION@"
:licence "LGPL"
+ :depends-on ("cffi")
:components ((:file "gpg-error-package")
(:file "gpg-error-codes"
:depends-on ("gpg-error-package"))