From cdbf2bccc8439731dce978aae9172ed90ef54991 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 19 Jun 2014 14:40:56 +0200 Subject: [PATCH] gpgme: Remove libgpg-error from dependency list This has become a part of the core system, now. --- lfs/gpgme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5