commit: e8a3b29b5a008c5b0fe503189f0e7d4421046b41 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 09:16:14 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 09:17:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a3b29b
x11-wm/xpra: Move gtk+:3 to COMMONDEPEND Closes: https://bugs.gentoo.org/701490 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> x11-wm/xpra/xpra-3.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/xpra/xpra-3.0.2.ebuild b/x11-wm/xpra/xpra-3.0.2.ebuild index f3cb1bc10de..97a0b1489c0 100644 --- a/x11-wm/xpra/xpra-3.0.2.ebuild +++ b/x11-wm/xpra/xpra-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} COMMON_DEPEND="${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage @@ -66,7 +67,6 @@ RDEPEND="${COMMON_DEPEND} dev-python/pillow[jpeg?,${PYTHON_USEDEP}] virtual/ssh x11-apps/xmodmap - x11-libs/gtk+:3[introspection] cups? ( dev-python/pycups[${PYTHON_USEDEP}] ) dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] ) lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
