From 45074e74482134ff09d38b1a7e1ea4b313cd5ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 15 Aug 2014 18:45:35 +0200 Subject: [PATCH] fluidsynth: Fix PROVIDES GRMBL --- media-sound/fluidsynth/fluidsynth-1.1.6.recipe | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe index 03fcfff81..b2650c86c 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe @@ -9,15 +9,14 @@ CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f60 LICENSE="GNU LGPL v2.1" COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 x86 ?x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64" PATCHES="fluidsynth-1.1.6.patchset" PROVIDES=" - fluidsynth - libfluidsynth${secondaryArchSuffix} = 1.1.6 compat >= 1.0 + fluidsynth${secondaryArchSuffix} = $portVersion lib:libfluidsynth${secondaryArchSuffix} = 1.1.6 compat >= 1.0 cmd:fluidsynth${secondaryArchSuffix} " @@ -85,9 +84,9 @@ INSTALL() # ----- devel package ------------------------------------------------------- PROVIDES_devel=" - libfluidsynth${secondaryArchSuffix}_devel = $portVersion compat >= 1 + fluidsynth${secondaryArchSuffix}_devel = $portVersion devel:libfluidsynth$secondaryArchSuffix = $portVersion compat >= 1 " REQUIRES_devel=" - libfluidsynth$secondaryArchSuffix == $portVersion base + fluidsynth$secondaryArchSuffix == $portVersion base "