From: Michael Tremer Date: Thu, 19 Jun 2014 12:40:56 +0000 (+0200) Subject: gpgme: Remove libgpg-error from dependency list X-Git-Tag: v2.15-core80~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdbf2bccc8439731dce978aae9172ed90ef54991;p=ipfire-2.x.git gpgme: Remove libgpg-error from dependency list This has become a part of the core system, now. --- diff --git a/lfs/gpgme b/lfs/gpgme index 12da4cb777..cdaf5a69e9 100644 --- a/lfs/gpgme +++ b/lfs/gpgme @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gpgme -PAK_VER = 1 +PAK_VER = 2 -DEPS = "libgpg-error libassuan" +DEPS = "libassuan" ############################################################################### # Top-level Rules