Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760624 - kde-frameworks/kdav: Inconsistent SLOT=5 overriding the default for kde-frameworks
Summary: kde-frameworks/kdav: Inconsistent SLOT=5 overriding the default for kde-frame...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-18 11:17 UTC by yggaz
Modified: 2020-12-18 13:44 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 yggaz 2020-12-18 11:17:10 UTC
Usually, kde-frameworks packages inherit SLOT from kde.org

But kdav is overwriting it to
SLOT="5"

So this is not working with kdav in my accept_keywords file:
kde-frameworks/*:5/5.77 ~amd64

Please remove the hardcode, so the standard kde-frameworks SLOT is used


Reproducible: Always

Steps to Reproduce:
$ equery list -p kde-frameworks/kdav
Actual Results:  
 * Searching for kdav in kde-frameworks ...
[IP-] [  ] kde-frameworks/kdav-5.74.0:5
[-P-] [  ] kde-frameworks/kdav-5.77.0:5

Expected Results:  
 * Searching for kdav in kde-frameworks ...
[IP-] [  ] kde-frameworks/kdav-5.74.0:5/5.74
[-P-] [  ] kde-frameworks/kdav-5.77.0:5/5.77
Comment 1 Andreas Sturmlechner gentoo-dev 2020-12-18 12:31:48 UTC
Thanks for catching that. However, one can't always rely on this kind of consistency for a category and kde overlay always holds readymade keyword files at your service:

https://gitweb.gentoo.org/proj/kde.git/tree/Documentation/package.accept_keywords
Comment 2 Larry the Git Cow gentoo-dev 2020-12-18 12:37:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=51f14c854738c36d7e99290d05b08f6e4e5f989b

commit 51f14c854738c36d7e99290d05b08f6e4e5f989b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-12-18 12:34:30 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-12-18 12:35:12 +0000

    kde-frameworks/kdav: Drop SLOT=5 override from ebuild
    
    Frameworks rely on the default set in kde.org.eclass.
    
    Reported-by: yggaz <estedeaki@gmail.com>
    Closes: https://bugs.gentoo.org/760624
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-frameworks/kdav/kdav-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2020-12-18 13:44:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe82a795914c633cb7a685566160bcfa848c7e09

commit fe82a795914c633cb7a685566160bcfa848c7e09
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-12-18 12:34:30 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-12-18 13:43:56 +0000

    kde-frameworks/kdav: Drop SLOT=5 override from ebuild
    
    Frameworks rely on the default set in kde.org.eclass.
    
    Reported-by: yggaz <estedeaki@gmail.com>
    Closes: https://bugs.gentoo.org/760624
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    (cherry picked from commit 51f14c854738c36d7e99290d05b08f6e4e5f989b)

 kde-frameworks/kdav/{kdav-5.77.0.ebuild => kdav-5.77.0-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)