From 7a46b126697ac70dd24fa50a08c550a4c26e130e Mon Sep 17 00:00:00 2001 From: "Andre Moreira Magalhaes (andrunko)" Date: Wed, 25 Apr 2012 23:50:38 -0300 Subject: Recipes: Fix licenses. There are still some few pending TODO/FIXMEs that needs checking. --- recipes/pango.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/pango.recipe') diff --git a/recipes/pango.recipe b/recipes/pango.recipe index 8abe0c81..8e4a88ca 100644 --- a/recipes/pango.recipe +++ b/recipes/pango.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'pango' version = '1.28.4' autoreconf = True - license = License.LGPLv2_1 + licenses = [License.LGPLv2Plus] configure_options = '--with-included-modules ' deps = ['cairo', 'fontconfig', 'freetype'] -- cgit v1.2.3