https://bugs.kde.org/show_bug.cgi?id=426724

Ingo Klöcker <kloec...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kloec...@kde.org

--- Comment #5 from Ingo Klöcker <kloec...@kde.org> ---
Setting
  self.runtimeDependencies["extragear/libalkimia"]
to anything other than None makes no sense. The only thing that's relevant is
the keys of the dependencies dict. The values are ignored.

In KDE's GitLab you can request a specific version by setting this version in
the .craft.ini file, e.g. add the following to the .craft.ini file in
KMyMoney's master branch to request the master version of libalkimia:

```
[BlueprintSettings]
extragear/libalkimia.version=master
```

When you run craft manually you can achieve the same with the command line
option `--options extragear/libalkimia.version=master`.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to