Modify USE flags in profiles

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

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

@ -7,11 +7,14 @@ USE="${USE} alsa -arts audiofile id3tag flac mad mp3 mpeg nas ogg oggvorbis open
# CD and DVD
USE="${USE} cdparanoia cdr dvd dvdr dvdread vcd"
# Documentation format
USE="chm djvu ebook"
# Guard and security
USE="${USE} clamav crypt ssl"
# 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"

@ -1,32 +1,27 @@
# Documentation format
USE="chm djvu ebook"
# Locale and Fonts
USE="${USE} truetype nls slang unicode userlocales"
USE="${USE} truetype slang userlocales"
# Mail
USE="${USE} -mailwrapper"
# Net protocols
USE="${USE} bittorrent ftp ipv6 nfs samba"
USE="${USE} bittorrent ftp nfs samba"
# Printing
USE="${USE} cups foomaticdb"
USE="${USE} foomaticdb"
# System
USE="${USE} logrotate nptl nptlonly"
USE="${USE} logrotate"
CXXFLAGS="${CFLAGS}"
ALSA_CARDS="ca0106 emu10k1 hda-intel intel8x0 intel8x0m pcsp via82xx"
AUTOCLEAN="yes"
CAMERAS="*"
DISTDIR="/usr/calculate/share/distfiles"
FEATURES="parallel-fetch"
FOO2ZJS_DEVICES="*"
INPUT_DEVICES="keyboard mouse evdev synaptics"
INPUT_DEVICES="${INPUT_DEVICES} synaptics"
LINGUAS="en de es fr it pl pt_BR ru uk"
LDFLAGS="-Wl,--as-needed"
PORTAGE_NICENESS=19
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
USE="hardened kerberos sasl system"
#USE="hardened kerberos sasl system"
# Image
USE="${USE} exif gif jpeg jpeg2k png tiff"

Loading…
Cancel
Save