commit: 3db30f5ccdd6872765caea3870042a4f81ee41aa
Author: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sun Jul 12 04:23:49 2015 +0000
Commit: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
CommitDate: Sun Jul 12 04:23:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=3db30f5c
automatic_updater.sh: Updates run required before emerge -e @world.
scripts/automatic_updater.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index c84a60e..9585af5 100644
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -102,6 +102,8 @@ post_freebsd_userland(){
emerge_world(){
emerge sys-devel/libtool
+ emerge -u dev-libs/libxml2
+ emerge -u dev-libs/libxslt app-arch/libarchive dev-libs/glib
emerge -e @world --exclude sys-apps/portage
emerge sys-apps/portage
}