Modify USE flags in profiles

atratsevskiy
Трацевский Александр 15 years ago
parent 4d3e562479
commit b892b0c945

@ -3,6 +3,7 @@ USE="lirc"
# Network protocols # Network protocols
USE="${USE} ldap rdesktop" USE="${USE} ldap rdesktop"
# Sql support # Sql support
USE="${USE} mysql" USE="${USE} mysql"
#USE="${USE} postgres" #USE="${USE} postgres"

@ -7,11 +7,14 @@ USE="${USE} alsa -arts audiofile id3tag flac mad mp3 mpeg nas ogg oggvorbis open
# CD and DVD # CD and DVD
USE="${USE} cdparanoia cdr dvd dvdr dvdread vcd" USE="${USE} cdparanoia cdr dvd dvdr dvdread vcd"
# Documentation format
USE="chm djvu ebook"
# Guard and security # Guard and security
USE="${USE} clamav crypt ssl" USE="${USE} clamav crypt ssl"
# Hardware # Hardware
USE="${USE} 3dnow acpi cairo dbus dri hal ieee1394 mmx mmxext nvidia opengl scanner smp sse sse2 sse3 sse4.1 sse4.2 sse4a sse5 ssse3 usb xcomposite" USE="${USE} 3dnow acpi cairo dbus dri hal ieee1394 mmxext nvidia opengl scanner smp sse3 sse4.1 sse4.2 sse4a sse5 usb xcomposite"
#USE="${USE} apm bluetooth" #USE="${USE} apm bluetooth"

@ -1,32 +1,27 @@
# Documentation format
USE="chm djvu ebook"
# Locale and Fonts # Locale and Fonts
USE="${USE} truetype nls slang unicode userlocales" USE="${USE} truetype slang userlocales"
# Mail # Mail
USE="${USE} -mailwrapper" USE="${USE} -mailwrapper"
# Net protocols # Net protocols
USE="${USE} bittorrent ftp ipv6 nfs samba" USE="${USE} bittorrent ftp nfs samba"
# Printing # Printing
USE="${USE} cups foomaticdb" USE="${USE} foomaticdb"
# System # System
USE="${USE} logrotate nptl nptlonly" USE="${USE} logrotate"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"
ALSA_CARDS="ca0106 emu10k1 hda-intel intel8x0 intel8x0m pcsp via82xx"
AUTOCLEAN="yes" AUTOCLEAN="yes"
CAMERAS="*" CAMERAS="*"
DISTDIR="/usr/calculate/share/distfiles" DISTDIR="/usr/calculate/share/distfiles"
FEATURES="parallel-fetch" FEATURES="parallel-fetch"
FOO2ZJS_DEVICES="*" FOO2ZJS_DEVICES="*"
INPUT_DEVICES="keyboard mouse evdev synaptics" INPUT_DEVICES="${INPUT_DEVICES} synaptics"
LINGUAS="en de es fr it pl pt_BR ru uk" LINGUAS="en de es fr it pl pt_BR ru uk"
LDFLAGS="-Wl,--as-needed" LDFLAGS="-Wl,--as-needed"
PORTAGE_NICENESS=19 PORTAGE_NICENESS=19
PORTAGE_TMPDIR="/var/calculate/tmp" PORTAGE_TMPDIR="/var/calculate/tmp"
VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv radeon savage tdfx trident vesa vga via vmware"

@ -1,5 +1,5 @@
# Guard and Security # Guard and Security
USE="hardened kerberos sasl system" #USE="hardened kerberos sasl system"
# Image # Image
USE="${USE} exif gif jpeg jpeg2k png tiff" USE="${USE} exif gif jpeg jpeg2k png tiff"

Loading…
Cancel
Save