diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-02-08 08:38:27 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-02-08 08:38:27 -0800 |
commit | 3e8e27667bce754914935fe858a9dd3441d44653 (patch) | |
tree | 861640da2af34869e8f89ebef83b8d8f1d979dc2 | |
parent | 4d4b444be9e89ac25f6919e95b3d7c775e1af212 (diff) | |
download | portage-3e8e27667bce754914935fe858a9dd3441d44653.tar.gz portage-3e8e27667bce754914935fe858a9dd3441d44653.tar.bz2 portage-3e8e27667bce754914935fe858a9dd3441d44653.zip |
repoman: make SRC_URI.mirror fatal
Thanks to Christian Ruppert <idl0r@gentoo.org> for the suggestion.
-rwxr-xr-x | bin/repoman | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index e54967d80..c78b42f9d 100755 --- a/bin/repoman +++ b/bin/repoman @@ -415,7 +415,6 @@ qawarnings = set(( "RDEPEND.implicit", "RDEPEND.suspect", "RESTRICT.invalid", -"SRC_URI.mirror", "ebuild.minorsyn", "ebuild.badheader", "ebuild.patches", |