Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268216 - dev-libs/liboil-0.3.16 has EAPI="2" but doesn't use slot dep
Summary: dev-libs/liboil-0.3.16 has EAPI="2" but doesn't use slot dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-01 22:54 UTC by Paul Mulders
Modified: 2009-05-02 01:45 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 Paul Mulders 2009-05-01 22:54:09 UTC
RDEPEND="examples? ( =dev-libs/glib-2* )"

should be

RDEPEND="examples? ( dev-libs/glib:2 )"

Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-01 22:58:01 UTC
It is a style choice, assigning to maintainer.
Comment 2 Paul Mulders 2009-05-01 23:07:53 UTC
the way it's done now is inferior and has no advantages.

i'm using git ebuild for glib which is in slot 2 but obviously doesn't match =dev-libs/glib-2* :)
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-05-02 01:23:39 UTC
This is not the kind of thing that get's updated unless someone notices...  We have no objection to it, we just don't go looking for slot deps to fix.

Fixed without a bump.
Comment 4 Paul Mulders 2009-05-02 01:45:25 UTC
that's all i'm asking for ;-) cheers.