Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 430416 - sys-fs/udisks:0 should use pkg-config to determine the udev directory to install rules or/and executables
Summary: sys-fs/udisks:0 should use pkg-config to determine the udev directory to inst...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 09:11 UTC by Egor Y. Egorov
Modified: 2012-08-08 10:33 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 Egor Y. Egorov 2012-08-08 09:11:24 UTC
egorov-ey ~ # emerge -pv udisks:0

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] sys-fs/udisks-1.0.4-r2  USE="nls -debug -remote-access" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
egorov-ey ~ # qlist udisks | grep udev
/lib/udev/rules.d/80-udisks.rules
/lib/udev/udisks-part-id
/lib/udev/udisks-dm-export
/lib/udev/udisks-probe-ata-smart
/lib/udev/udisks-probe-sas-expander
/lib/udev/udisks-lvm-pv-export
egorov-ey ~ # pkg-config --variable=udevdir udev
/usr/lib/udev
egorov-ey ~ # 


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-08-08 10:29:02 UTC
It does.

*udisks-1.99.0-r1 (06 Aug 2012)
*udisks-1.0.4-r3 (06 Aug 2012)

  06 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> +udisks-1.0.4-r3.ebuild,
  +udisks-1.99.0-r1.ebuild:
  Use udev.pc pkg-config file to determine udevhelperdir and udevrulesdir.
  Dummy revision bump for UDisks2 because it has the same logic for
  --with-udevdir= in configure.ac.
Comment 2 Egor Y. Egorov 2012-08-08 10:33:04 UTC
Thanks