commit:     2c6a351bbbfcf1dc2fe2ec15fd6585fe5042d926
Author:     Yuta SATOH <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Fri Aug 12 10:47:08 2016 +0000
Commit:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
CommitDate: Fri Aug 12 10:47:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=2c6a351b

automatic_updater.sh: fix bug 564168.

 scripts/automatic_updater.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index ae15942..3f1b639 100755
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -46,6 +46,11 @@ update_minimal(){
        emerge --nodeps sys-freebsd/freebsd-mk-defs
        emerge -u '<sys-apps/findutils-4.6' --exclude sys-freebsd/*
        emerge sys-devel/libtool --exclude sys-freebsd/*
+
+       # https://bugs.gentoo.org/564168
+       USE="-*" emerge --nodeps sys-devel/gettext --exclude sys-freebsd/*
+       emerge sys-devel/gettext --exclude sys-freebsd/*
+
        emerge -u sys-devel/flex sys-devel/patch sys-devel/m4 net-libs/libpcap 
sys-devel/gettext app-arch/libarchive sys-libs/zlib dev-util/dialog --exclude 
sys-freebsd/*
        emerge sys-devel/libtool --exclude sys-freebsd/*
        if [[ -e /usr/lib/libc++.so ]] ; then

Reply via email to