projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949a6d5
)
sys-apps/hwids: regenerate udev data in live ebuild
author
Mike Gilbert
<floppym@gentoo.org>
Thu, 5 Oct 2017 22:00:16 +0000
(18:00 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/sys-apps/hwids/hwids-99999999.ebuild
b/sys-apps/hwids/hwids-99999999.ebuild
index 3f04c8534c6cf077052451277d5c19a5f58724d8..ab38d2c7a9782641313e813211d870b68b4ee272 100644
(file)
--- 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
}