diff options
author | Yuta SATOH <nigoro.dev@gmail.com> | 2016-08-12 19:47:08 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro.dev@gmail.com> | 2016-08-12 19:47:08 +0900 |
commit | 2c6a351bbbfcf1dc2fe2ec15fd6585fe5042d926 (patch) | |
tree | 3265c493f699918aa9be0e047fdad6f63d9941a8 /scripts | |
parent | automatic_bugfix.sh: remove bug 574426, 564168. fixed in main tree. (diff) | |
download | gentoo-bsd-2c6a351bbbfcf1dc2fe2ec15fd6585fe5042d926.tar.gz gentoo-bsd-2c6a351bbbfcf1dc2fe2ec15fd6585fe5042d926.tar.bz2 gentoo-bsd-2c6a351bbbfcf1dc2fe2ec15fd6585fe5042d926.zip |
automatic_updater.sh: fix bug 564168.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/automatic_updater.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |