Gentoo Archives: gentoo-user

From: Ilya Hegai <vyacheslavovich@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to disabe X stuff in mc ?
Date: Mon, 22 May 2006 15:22:25
Message-Id: 9f1c31480605220803x5660fc6fl4689d42959f2a09@mail.gmail.com
In Reply to: [gentoo-user] How to disabe X stuff in mc ? by Enrico Weigelt
1 2006/5/22, Enrico Weigelt <weigelt@×××××.de>:
2 >
3 >
4 > Hi folks,
5 >
6 >
7 > where can I disable the X11 stuff in mc ?
8 > I don't like to have the whole x11 installed, just for some
9 > small console application.
10 >
11 >
12 did you read in gentoo handbook about USE flags
13
14 `USE="-X" emerge mc`
15 or (preferred way)
16 `echo "app-misc/mc -X" >> /etc/portage/package.use && emerge mc`
17 or (to disable OPTIONAL support globally)
18 add in USE section in /etc/make.conf '-X'