Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/rbot-gentoo:master commit in: /
Date: Wed, 27 Jan 2016 18:21:58
Message-Id: 1453822482.af11735252f47266fd54b12b9d7a97881f8407e9.mgorny@gentoo
1 commit: af11735252f47266fd54b12b9d7a97881f8407e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 15:34:42 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 15:34:42 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=af117352
7
8 Fix handling ambiguous/no match results for packages
9
10 gentoo-data.rb | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/gentoo-data.rb b/gentoo-data.rb
14 index 1a165c1..0d95650 100644
15 --- a/gentoo-data.rb
16 +++ b/gentoo-data.rb
17 @@ -72,6 +72,8 @@ class GentooPlugin < Plugin
18 else
19 return pkgs[0]
20 end
21 +
22 + return nil
23 end
24
25 def pgo_get(m, atom)