public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Slava Bacherikov" <slava@bacherikov.org.ua>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-packages:master commit in: gpackages/apps/packages/templatetags/
Date: Tue, 31 Jul 2012 23:20:55 +0000 (UTC)	[thread overview]
Message-ID: <1343772698.a7d9569e4ededd8541f084e910d0296c99aecafe.bacher09@gentoo> (raw)

commit:     a7d9569e4ededd8541f084e910d0296c99aecafe
Author:     Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Tue Jul 31 22:11:38 2012 +0000
Commit:     Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Tue Jul 31 22:11:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=a7d9569e

If latest_ebuild is None

---
 gpackages/apps/packages/templatetags/packages.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gpackages/apps/packages/templatetags/packages.py b/gpackages/apps/packages/templatetags/packages.py
index 4839dfa..5f3f966 100644
--- a/gpackages/apps/packages/templatetags/packages.py
+++ b/gpackages/apps/packages/templatetags/packages.py
@@ -93,6 +93,7 @@ def use_flag_table_key(package):
 @inclusion_cached_tag('packages_use_flag.html', register, use_flag_table_key,
                                                         time_zone = False)
 def use_flag_table(package):
+    use_flags = []
     if package.latest_ebuild:
         use_flags = package.latest_ebuild.use_flags_with_descr()
 


             reply	other threads:[~2012-07-31 23:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-31 23:20 Slava Bacherikov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-15 23:08 [gentoo-commits] proj/gentoo-packages:master commit in: gpackages/apps/packages/templatetags/ Slava Bacherikov
2012-07-06 23:09 Slava Bacherikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343772698.a7d9569e4ededd8541f084e910d0296c99aecafe.bacher09@gentoo \
    --to=slava@bacherikov.org.ua \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox