sys-apps/hwids: regenerate udev data in live ebuild
authorMike Gilbert <floppym@gentoo.org>
Thu, 5 Oct 2017 22:00:16 +0000 (18:00 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 5 Oct 2017 22:02:15 +0000 (18:02 -0400)
Package-Manager: Portage-2.3.10_p4, Repoman-2.3.3_p52

sys-apps/hwids/hwids-99999999.ebuild

index 3f04c8534c6cf077052451277d5c19a5f58724d8..ab38d2c7a9782641313e813211d870b68b4ee272 100644 (file)
@@ -70,7 +70,10 @@ _emake() {
 }
 
 src_compile() {
-       [[ ${PV} == 99999999 ]] && use udev && python_setup
+       if [[ ${PV} == 99999999 ]] && use udev; then
+               python_setup
+               _emake udev-hwdb
+       fi
        _emake
 }