summaryrefslogtreecommitdiff
path: root/dev-libs/libappindicator
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-07 23:01:44 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-07 23:02:05 +1000
commitaed3e83e6ddcc29b3e52a851042d8e903c250492 (patch)
tree305c267f6e4a362436303cc8fa65db3c9497b403 /dev-libs/libappindicator
parentb2309488fddafa3f9eb5654cba99787ac593f13c (diff)
downloadgentoo-aed3e83e6ddcc29b3e52a851042d8e903c250492.tar.gz
gentoo-aed3e83e6ddcc29b3e52a851042d8e903c250492.tar.xz
dev-libs/libappindicator: add missing dependency
Gentoo-bug: 564016 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libappindicator')
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild
index db1e83ce2c7..48eb6a0cc39 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,7 +26,10 @@ RDEPEND="
>=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}]
x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?]
introspection? ( >=dev-libs/gobject-introspection-1 )
- python? ( ${PYTHON_DEPS} )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygtk[${PYTHON_USEDEP}]
+ )
"
DEPEND="${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]