commit: 6b4fff1ab3bb7467cc7321263785ee6e36ec2715
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 22:00:16 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 22:02:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4fff1a
sys-apps/hwids: regenerate udev data in live ebuild
Package-Manager: Portage-2.3.10_p4, Repoman-2.3.3_p52
sys-apps/hwids/hwids-99999999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-apps/hwids/hwids-99999999.ebuild
b/sys-apps/hwids/hwids-99999999.ebuild
index 3f04c8534c6..ab38d2c7a97 100644
--- a/sys-apps/hwids/hwids-99999999.ebuild
+++ b/sys-apps/hwids/hwids-99999999.ebuild
@@ -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
}