diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-10-21 09:24:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-10-21 09:24:07 +0100 |
commit | ef540dd65e749f9d023496c0d27df2c7dc99c65d (patch) | |
tree | 2d6f268799c2e830bcb49889ca2ca0af759b46b9 /paludis/options.conf.d | |
parent | 9c1bfef77dcf96c12fe0bc44c09f6703b5519408 (diff) |
add paludis configuration files
Diffstat (limited to 'paludis/options.conf.d')
-rw-r--r-- | paludis/options.conf.d/00-app.options.conf | 1 | ||||
-rw-r--r-- | paludis/options.conf.d/00-sys.options.conf | 6 | ||||
-rw-r--r-- | paludis/options.conf.d/00-x11.options.conf | 1 | ||||
-rw-r--r-- | paludis/options.conf.d/000-global.options.conf | 9 | ||||
-rw-r--r-- | paludis/options.conf.d/000-python.options.conf | 2 |
5 files changed, 19 insertions, 0 deletions
diff --git a/paludis/options.conf.d/00-app.options.conf b/paludis/options.conf.d/00-app.options.conf new file mode 100644 index 0000000..098a619 --- /dev/null +++ b/paludis/options.conf.d/00-app.options.conf @@ -0,0 +1 @@ +app-editors/vim vim-pager diff --git a/paludis/options.conf.d/00-sys.options.conf b/paludis/options.conf.d/00-sys.options.conf new file mode 100644 index 0000000..cc8c271 --- /dev/null +++ b/paludis/options.conf.d/00-sys.options.conf @@ -0,0 +1,6 @@ +sys-apps/openrc plymouth +sys-apps/paludis -python +sys-boot/grub device-mapper efi grub-mount mkfont pc themes +sys-kernel/linux-image-redcore-lts cryptsetup dkms dracut mdadm +sys-fs/lvm2 fsadm lvmetad +sys-libs/ncurses compat-libs diff --git a/paludis/options.conf.d/00-x11.options.conf b/paludis/options.conf.d/00-x11.options.conf new file mode 100644 index 0000000..dd7f0db --- /dev/null +++ b/paludis/options.conf.d/00-x11.options.conf @@ -0,0 +1 @@ +x11-dri/mesa d3d9 sensors valgrind xa diff --git a/paludis/options.conf.d/000-global.options.conf b/paludis/options.conf.d/000-global.options.conf new file mode 100644 index 0000000..eb736c4 --- /dev/null +++ b/paludis/options.conf.d/000-global.options.conf @@ -0,0 +1,9 @@ +*/* build_options: jobs=8 -recommended_tests symbols=strip +*/* targets: x86_64-pc-linux-gnu i686-pc-linux-gnu +*/* providers: elogind eudev ffmpeg jpeg-turbo openrc openssl sysvinit -gnutls -ijg-jpeg -libav -libressl -systemd +*/* parts: openrc +*/* video_drivers: -* gallium-swrast intel nouveau r300 radeon vc4 virtio-gpu vmware +*/* python_abis: -* 2.7 3.7 +*/* ruby_abis: -* 2.5 +*/* lua_abis: -* 5.2 +*/* acl brotli dbus dkms dri gmp gpm gobject-introspection idn llvm lua lz4 ncurses opencl opengl openssl perl polkit python readline rtmp ruby sdl sqlite va vdpau wayland xattr xml xv xvmc X zstd -berkdb -dbm -gcrypt -gdbm -journald -systemd diff --git a/paludis/options.conf.d/000-python.options.conf b/paludis/options.conf.d/000-python.options.conf new file mode 100644 index 0000000..26f6bf9 --- /dev/null +++ b/paludis/options.conf.d/000-python.options.conf @@ -0,0 +1,2 @@ +app-editors/vim python_abis: -* 3.7 +gnome-desktop/gobject-introspection python_abis: -* 3.7 |