summaryrefslogtreecommitdiff
path: root/templates/packages
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-26 14:45:54 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-26 14:45:54 -0400
commit46b9cd7b02add71968c16e5210b175d02c0aacef (patch)
tree60e8c6f0c2e4949fd13f6a85948a81276eb7b281 /templates/packages
parent903a832e04c658b66bc38b1babfb0f3faebdc8b1 (diff)
templates/packages/details.html: blacklist Arch repos, instead of whitelist Parabola
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 321afdf7..7d29d9b2 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -39,7 +39,7 @@
<li><a href="unflag/all/" title="Unflag all matching pkgbase">Click here to unflag all split packages</a></li>
{% endif %}
{% else %}
- {% if pkg.arch.name == "mips64el" or pkg.repo.name == "Libre" or pkg.repo.name == "Pcr" %}
+ {% if pkg.arch.name == "mips64el" or (pkg.repo.name != "Core" and pkg.repo.name != "Extra" and pkg.repo.name != "Testing" and pkg.repo.name != "Community" and pkg.repo.name != "Community-Testing" and pkg.repo.name != "Multilib" and pkg.repo.name != "Multilib-testing") %}
<li><a href="flag/" title="Flag {{ pkg.pkgname }} as out-of-date">Flag Package Out-of-Date</a>
<a href="/packages/flaghelp/"
title="Get help on package flagging"