From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2E0B0138D14 for ; Sun, 12 Jul 2015 10:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C8EE08AD; Sun, 12 Jul 2015 10:52:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57EBFE08AD for ; Sun, 12 Jul 2015 10:52:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9D2F34087F for ; Sun, 12 Jul 2015 10:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6062B731 for ; Sun, 12 Jul 2015 10:52:16 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1436698328.15ec8adb0366f4200bdbe2281e159601d53a9a13.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: scripts/automatic_updater.sh X-VCS-Directories: scripts/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: 15ec8adb0366f4200bdbe2281e159601d53a9a13 X-VCS-Branch: master Date: Sun, 12 Jul 2015 10:52:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83762d64-d93e-4951-91c3-947b42de76fe X-Archives-Hash: cdd5d7241ca9b181d69a16d851b68c9f commit: 15ec8adb0366f4200bdbe2281e159601d53a9a13 Author: Yuta SATOH gentoo gr jp> AuthorDate: Sun Jul 12 10:52:08 2015 +0000 Commit: Yuta SATOH gentoo gr jp> CommitDate: Sun Jul 12 10:52:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=15ec8adb automatic_updater.sh: added perl-cleaner --all scripts/automatic_updater.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index d6bcf60..de9ca0e 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -102,6 +102,8 @@ post_freebsd_userland(){ } emerge_world(){ + emerge -u dev-lang/perl + perl-cleaner --all emerge sys-devel/libtool emerge -u dev-libs/libxml2 emerge -u dev-libs/libxslt app-arch/libarchive dev-libs/glib