Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100657 - Invalid atoms in kde 3.4.2 ebuilds
Summary: Invalid atoms in kde 3.4.2 ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 18:27 UTC by Sven Wegener
Modified: 2005-08-03 03:01 UTC (History)
1 user (show)

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


Attachments
kde-functions-rev-fix.patch (kde-functions-rev-fix.patch,644 bytes, patch)
2005-08-03 03:01 UTC, Gregorio Guidi (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2005-07-28 18:27:00 UTC
$(deprange 3.4.1-r1 $MAXKDEVER kde-base/kcminit)

results in:

        RDEPEND.invalidatom: =kde-base/kcminit-3.4.1-r1-r99
        RDEPEND.nomatch: =kde-base/kcminit-3.4.1-r1-r98
        RDEPEND.invalidatom: =kde-base/kcminit-3.4.1-r1-r98
        RDEPEND.nomatch: =kde-base/kcminit-3.4.1-r1-r97
        RDEPEND.invalidatom: =kde-base/kcminit-3.4.1-r1-r97
        RDEPEND.nomatch: =kde-base/kcminit-3.4.1-r1-r96
        RDEPEND.invalidatom: =kde-base/kcminit-3.4.1-r1-r96
        RDEPEND.nomatch: =kde-base/kcminit-3.4.1-r1-r95
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-07-29 01:48:08 UTC
Fixed by removing the -r1. We will take a look at the eclass to better 
understand the error... 
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-03 03:01:12 UTC
Created attachment 64977 [details, diff]
kde-functions-rev-fix.patch

For the record, this patch should prevent things like -r1-r99 in revision
numbers. I'm going to apply it in a bit if there are no objections.