From 46b9cd7b02add71968c16e5210b175d02c0aacef Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Aug 2013 14:45:54 -0400 Subject: templates/packages/details.html: blacklist Arch repos, instead of whitelist Parabola --- templates/packages/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/packages/details.html') 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 @@

Package Actions

  • Click here to unflag all split packages
  • {% 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") %}
  • Flag Package Out-of-Date