- remove branch parameter from file atoms syntax - update code accordingly Entropy/phpBB3AuthInterface: - _generate_sql(): fix SQL update statement with utf-8 chars git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2730 cd1c1023-2f26-0410-ae45-c471fc1f0318
18 lines
560 B
Plaintext
18 lines
560 B
Plaintext
# Server side packages.db.mask file, to allow masking packages
|
|
#
|
|
# In this file you can specify atoms, one per line, that you would mask.
|
|
# Masking a package (atom) means that you will deny Entropy to pull in a package even if it's marked as "NOT experimental".
|
|
|
|
# LINE CONSTRUCTION:
|
|
# <atom>
|
|
# See examples below
|
|
|
|
# EXAMPLES:
|
|
# >=media-libs/foo-1.2.3
|
|
# media-libs/foo
|
|
# <media-libs/foo-1.2.3
|
|
# media-libs/foo:1
|
|
# >=media-libs/foo-1.2.3#2.6.23-sabayon-r1
|
|
#
|
|
# :1 means package with SLOT="1"
|
|
# #2.6.23-sabayon-r1 means package with kernel tag = 2.6.23-sabayon-r1 |