diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-07 15:29:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-07 15:29:36 +0000 |
commit | 32f5abbe1af95f06d161b70aa5737a41c429a306 (patch) | |
tree | 44bfe693d28a2277c4caf4d6cc45e891d4b3d3a2 /libgcrypt | |
parent | f3740d023306e25504ae6962e04ac981e46e78c8 (diff) |
libgcrypt_1.1.91.oe: depend on libgpg-error
BKrev: 404b3fe0ZzOfWm-eMNs3cXtsVEK7Ag
Diffstat (limited to 'libgcrypt')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.91.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index 1f18f35e21..7d85b2413e 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -2,8 +2,8 @@ DESCRIPTION=A general purpose cryptographic library based on the code from GnuPG SECTION=libs PRIORITY=optional LICENSE=GPL LGPL FDL -RDEPENDS=libc6 -DEPENDS=virtual/libc +RDEPENDS=libc6 libgpg-error +DEPENDS=virtual/libc libgpg-error SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/${PN}-${PV}.tar.gz" |