commit: 6335ed0934f4e2c7d31597f644e1ccfd81b0dee5 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org> AuthorDate: Mon Jun 13 13:35:43 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Jun 16 06:30:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6335ed09
sys-apps/bleachbit: Sort dependencies. Gentoo-Bug: https://bugs.gentoo.org/585676 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1668 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> sys-apps/bleachbit/bleachbit-1.11.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/bleachbit/bleachbit-1.11.2.ebuild b/sys-apps/bleachbit/bleachbit-1.11.2.ebuild index 1f93d14..cca7a4a 100644 --- a/sys-apps/bleachbit/bleachbit-1.11.2.ebuild +++ b/sys-apps/bleachbit/bleachbit-1.11.2.ebuild @@ -20,7 +20,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+gtk nls" -RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )" +RDEPEND=" + dev-python/notify-python[$PYTHON_USEDEP] + gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )"
