summaryrefslogtreecommitdiff
path: root/plugins/new_version.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-15 04:06:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-15 04:06:23 +0200
commit755507fd75a55d3e2484d95803c2c1323dd35701 (patch)
treee03bfce7c4731ee2d760c3e629276d81d2bc4fce /plugins/new_version.py
parent67d927540ee10dbf70b9b71eda152605a63bbc90 (diff)
parent9f720636bbe5db2e0d21fe580357b92e65d7f269 (diff)
downloadportato-755507fd75a55d3e2484d95803c2c1323dd35701.tar.gz
portato-755507fd75a55d3e2484d95803c2c1323dd35701.tar.bz2
portato-755507fd75a55d3e2484d95803c2c1323dd35701.zip
Merge branch '0.14'
* 0.14: Better sorting of the database types in the preferences. Add notify-python dependency for the version checker Make the database type choice an info message Renamed es_ES to es Fixed dependancy of the new_version plugin from "dev-util/git" to "dev-vcs/git" to follow new Gentoo portage tree modifications Conflicts: portato/gui/windows/preference.py
Diffstat (limited to 'plugins/new_version.py')
-rw-r--r--plugins/new_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/new_version.py b/plugins/new_version.py
index 876beea..fa1fa0d 100644
--- a/plugins/new_version.py
+++ b/plugins/new_version.py
@@ -24,7 +24,7 @@ class NewVersionFinder(WidgetPlugin):
Checks for a new version of portato every 30 minutes and on startup.
"""
__author__ = "René 'Necoro' Neumann"
- __dependency__ = ["dev-util/git"]
+ __dependency__ = ["dev-vcs/git", "dev-python/notify-python"]
def init (self):
self.add_call("main", self.run)