Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292382 - [kde-testing] kde-base/nepomuk-4.3.74 depends on non-existing dev-libs/soprano-2.3.67
Summary: [kde-testing] kde-base/nepomuk-4.3.74 depends on non-existing dev-libs/sopran...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 13:15 UTC by Bas van Dijk
Modified: 2009-11-09 01:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bas van Dijk 2009-11-08 13:15:33 UTC
The kde-base/nepomuk-4.3.74 ebuild from the kde-testing overlay defines the following:

DEPEND="
        || (
                >=dev-libs/soprano-2.3.67[clucene,dbus,raptor,java]
                >=dev-libs/soprano-2.3.67[clucene,dbus,raptor,redland]
                >=dev-libs/soprano-9999[clucene,dbus,raptor,virtuoso]
        )

However the dev-libs/soprano-2.3.67 ebuild does not exist in the regular portage tree nor in the kde-testing overlay. Upstream doesn't even have a 2.3.67 release (the highest released version is 2.3.1).

Note that there does exist a dev-libs/soprano-9999 svn ebuild. However that is unemergable due to missing keywords.

Reproducible: Always
Comment 1 Alex Alexander (RETIRED) gentoo-dev 2009-11-09 01:02:46 UTC
You just have to unmask/keyword soprano-9999.

We don't add keywords to live ebuilds to keep them masked.

Adding "dev-libs/soprano **" in your package.keywords will
unmask the keywordless ebuild.