commit: e3634a03b6ae78ee3549a7337dfd791a481c6a9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 21:43:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 21:43:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3634a03
sys-apps/bleachbit: Remove unnecessary DEPEND
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/bleachbit/bleachbit-2.2.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-apps/bleachbit/bleachbit-2.2.ebuild
b/sys-apps/bleachbit/bleachbit-2.2.ebuild
index 693390017bc..cb4c5a71633 100644
--- a/sys-apps/bleachbit/bleachbit-2.2.ebuild
+++ b/sys-apps/bleachbit/bleachbit-2.2.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
IUSE="+gtk"
RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"
-DEPEND="${RDEPEND}"
BDEPEND="sys-devel/gettext"
python_prepare_all() {