* gnome: add gtk-doc to preinstall to work around an ebuild bug

This commit is contained in:
Albert Hopkins 2010-09-19 16:10:19 -04:00
parent b95132a264
commit 0fc0dc9e90
1 changed files with 4 additions and 0 deletions

View File

@ -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