summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-02-17 15:56:56 -0800
committerZac Medico <zmedico@gentoo.org>2012-02-17 16:00:32 -0800
commitce20cdf1e868e8628b541abec9b99f3527ca22a1 (patch)
treeb952a908cf22fa18fa86e5b3ef1480afd06805cc /man/repoman.1
parentea3c8864c19a5ef0d337f8a1314128faad4977aa (diff)
downloadportage-ce20cdf1e868e8628b541abec9b99f3527ca22a1.tar.gz
portage-ce20cdf1e868e8628b541abec9b99f3527ca22a1.tar.bz2
portage-ce20cdf1e868e8628b541abec9b99f3527ca22a1.zip
repoman: make virtual.oldstyle an error
Also, add "allow-provide-virtuals = true" setting for metadata/layout.conf which reduces it to a warning.
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index f53a19e5f..ddabbbb5b 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Oct 2011" "Portage VERSION" "Portage"
+.TH "REPOMAN" "1" "Feb 2012" "Portage VERSION" "Portage"
.SH NAME
repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree
.SH SYNOPSIS
@@ -363,7 +363,8 @@ Assigning a readonly variable
Ebuild uses D, ROOT, ED, EROOT or EPREFIX with helpers
.TP
.B virtual.oldstyle
-The ebuild PROVIDEs an old-style virtual (see GLEP 37)
+The ebuild PROVIDEs an old-style virtual (see GLEP 37). This is an error
+unless "allow\-provide\-virtuals = true" is set in metadata/layout.conf.
.TP
.B wxwidgets.eclassnotused
Ebuild DEPENDs on x11-libs/wxGTK without inheriting wxwidgets.eclass. Refer to