* gnome: add gtk-doc to preinstall to work around an ebuild bug
This commit is contained in:
parent
b95132a264
commit
0fc0dc9e90
|
@ -9,3 +9,7 @@ echo 1234567890abcdef1234567890abcdef > "${CHROOT}"/var/lib/dbus/machine-id
|
||||||
|
|
||||||
# argh, something depends on pkgconfig but it's not in it's deps
|
# argh, something depends on pkgconfig but it's not in it's deps
|
||||||
chroot "${CHROOT}" emerge -1n dev-util/pkgconfig
|
chroot "${CHROOT}" emerge -1n dev-util/pkgconfig
|
||||||
|
|
||||||
|
# same shit for cheese/gtk-doc.. wtf
|
||||||
|
# http://bugs.gentoo.org/show_bug.cgi?id=338066
|
||||||
|
chroot "${CHROOT}" emerge -1n dev-util/gtk-doc
|
||||||
|
|
Loading…
Reference in New Issue