blob: 6477b6a3781eb92e68150740442da99f7d6d0435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask.example,v 1.1 2006/10/03 01:10:42 antarus Exp $
# This file requires >=portage-2.1.1
# It's named example so portage doesn't open it and it doesn't do anything yet.
# The syntax is similar to /etc/portage/package.use
###
### Examples!
###
### Masking
# sys-devel/gcc hardened # mask hardened USE flag for sys-devel/gcc
### Unmasking
# sys-devel/gcc -hardened # unmask hardened USE flag for sys-devel/gcc
# DO NOT DO
# -sys-devel/gcc hardened
# This wrong example is here because someone did it (he blamed his copy
# and pasting program).
|