diff options
author | Wolfgang Müller | 2019-02-22 02:23:59 +0000 |
---|---|---|
committer | Wolfgang Müller | 2019-02-22 02:23:59 +0000 |
commit | 93f5087440befba04647aa57f1d83732f70d5bf3 (patch) | |
tree | 7cccd05737346958f14efee4fc41a69d5ce163a6 | |
parent | c113615628539878f029890bc360a4c3c1658d2f (diff) | |
download | portage-roles-93f5087440befba04647aa57f1d83732f70d5bf3.tar.gz |
base/hosts: Move FFTOOLS settings to base package.use
-rw-r--r-- | group-base/package.use/00-base | 2 | ||||
-rw-r--r-- | host-coleridge/make.conf | 2 | ||||
-rw-r--r-- | host-tithonus/make.conf | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/group-base/package.use/00-base b/group-base/package.use/00-base index 46e7653..06e9726 100644 --- a/group-base/package.use/00-base +++ b/group-base/package.use/00-base @@ -21,7 +21,7 @@ mail-client/mutt imap sasl smtp gpgme -smime media-sound/abcde cdr cdparanoia -vorbis -id3tag -lame media-sound/mpd inotify opus vorbis -cue -curl -fifo -flac -mad -zlib media-sound/ncmpcpp taglib -media-video/ffmpeg mp3 openssl opus theora vorbis vpx x264 x265 +media-video/ffmpeg mp3 openssl opus theora vorbis vpx x264 x265 FFTOOLS: -* net-analyzer/nmap ncat nping net-misc/chrony caps net-misc/youtube-dl offensive diff --git a/host-coleridge/make.conf b/host-coleridge/make.conf index 4f936fe..c95154e 100644 --- a/host-coleridge/make.conf +++ b/host-coleridge/make.conf @@ -22,6 +22,4 @@ EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 3 --loa INSTALL_MASK="/usr/share/bash-completion /usr/lib/charset.alias" -FFTOOLS="" - GENTOO_MIRRORS="http://mirror.manitu.net/gentoo/" diff --git a/host-tithonus/make.conf b/host-tithonus/make.conf index bcf68ad..5ef2f39 100644 --- a/host-tithonus/make.conf +++ b/host-tithonus/make.conf @@ -30,4 +30,3 @@ LUA_TARGETS="lua53" RUBY_TARGETS="ruby25" FEATURES="webrsync-gpg cgroup clean-logs split-log split-elog compress-build-logs downgrade-backup parallel-install" -FFTOOLS="" |