summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-10-10 12:12:18 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-10 12:12:18 -0700
commit68288994493ee3ab56d0baf24ec3d0449330ccf5 (patch)
treee9fe07e69476fbd7a4232a8e9e558a34a87aeacb /man
parent960792b9fd0e11b16efdc0b538231288b8727862 (diff)
downloadportage-68288994493ee3ab56d0baf24ec3d0449330ccf5.tar.gz
portage-68288994493ee3ab56d0baf24ec3d0449330ccf5.tar.bz2
portage-68288994493ee3ab56d0baf24ec3d0449330ccf5.zip
Atom: support *_beta* wildcard, bug #437872
Diffstat (limited to 'man')
-rw-r--r--man/portage.54
1 files changed, 3 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5
index 705d0d943..12938e200 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "5" "Sep 2012" "Portage VERSION" "Portage"
+.TH "PORTAGE" "5" "Oct 2012" "Portage VERSION" "Portage"
.SH NAME
portage \- the heart of Gentoo
.SH "DESCRIPTION"
@@ -173,6 +173,8 @@ next to each other.
# match anything with a version containing 9999, which can be used in
# package.mask to prevent emerge --autounmask from selecting live ebuilds
=*/*-*9999*
+# match anything with a version containing _beta
+=*/*-*_beta*
# match anything from the 'sys\-apps' category
sys\-apps/*
# match packages named 'zlib' from any category