diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-16 10:16:14 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-16 10:17:30 +0100 |
commit | e8a3b29b5a008c5b0fe503189f0e7d4421046b41 (patch) | |
tree | 0e43cfa7dcb3848354080815351a52463db42bec /x11-wm/xpra | |
parent | app-emulation/docker: make NF_NAT_NEEDED optional (diff) | |
download | gentoo-e8a3b29b5a008c5b0fe503189f0e7d4421046b41.tar.gz gentoo-e8a3b29b5a008c5b0fe503189f0e7d4421046b41.tar.bz2 gentoo-e8a3b29b5a008c5b0fe503189f0e7d4421046b41.zip |
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@gentoo.org>
Diffstat (limited to 'x11-wm/xpra')
-rw-r--r-- | x11-wm/xpra/xpra-3.0.2.ebuild | 4 |
1 files 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 f3cb1bc10dec..97a0b1489c04 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}] ) |