From e10102146b345acb6369d75e6f421dac628c5918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 25 Nov 2014 02:32:13 +0100 Subject: [PATCH] libassuan: Fix description and license --- dev-libs/libassuan/libassuan-2.1.2.recipe | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-libs/libassuan/libassuan-2.1.2.recipe b/dev-libs/libassuan/libassuan-2.1.2.recipe index 91b9a9291..58731d987 100644 --- a/dev-libs/libassuan/libassuan-2.1.2.recipe +++ b/dev-libs/libassuan/libassuan-2.1.2.recipe @@ -1,8 +1,13 @@ SUMMARY="IPC library used by GnuPG and GPGME" DESCRIPTION=" -IPC library used by GnuPG and GPGME. +Libassuan is a small library implementing the so-called Assuan protocol. \ +This protocol is used for IPC between most newer GnuPG components. \ +Both, server and client side functions are provided. " -LICENSE="GNU LGPL v2.1" +LICENSE=" + GNU GPL v3 + GNU LGPL v2.1 + " COPYRIGHT="2003-2013 g10 Code GmbH" HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html" SRC_URI="ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-$portVersion.tar.bz2"