summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2015-07-12 23:08:47 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2015-07-12 23:08:47 +0900
commit6787623dbab83d53099569bdd0152e5ebf29755e (patch)
tree8c7530c4f30387ecf857197ba5216ba4df283d8e
parentautomatic_updater.sh: added -D option (diff)
downloadgentoo-bsd-6787623dbab83d53099569bdd0152e5ebf29755e.tar.gz
gentoo-bsd-6787623dbab83d53099569bdd0152e5ebf29755e.tar.bz2
gentoo-bsd-6787623dbab83d53099569bdd0152e5ebf29755e.zip
automatic_updater.sh: remove all perl.
-rw-r--r--scripts/automatic_updater.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index 31c5528..ff13ceb 100644
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -102,8 +102,9 @@ post_freebsd_userland(){
}
emerge_world(){
- emerge -uD dev-lang/perl
- perl-cleaner --all
+ emerge -C dev-lang/perl
+ emerge -C perl-core/* virtual/perl*
+ emerge dev-lang/perl
emerge sys-devel/libtool
emerge -u dev-libs/libxml2
emerge -u dev-libs/libxslt app-arch/libarchive dev-libs/glib