From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26DD3138350 for ; Thu, 16 Jan 2020 09:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A81E088C; Thu, 16 Jan 2020 09:17:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D34A1E088C for ; Thu, 16 Jan 2020 09:17:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47C4834DF4C for ; Thu, 16 Jan 2020 09:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F7B39B for ; Thu, 16 Jan 2020 09:17:52 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1579166250.e8a3b29b5a008c5b0fe503189f0e7d4421046b41.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-3.0.2.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e8a3b29b5a008c5b0fe503189f0e7d4421046b41 X-VCS-Branch: master Date: Thu, 16 Jan 2020 09:17:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87196fd4-6c0a-4afc-8ed8-7f64c499a3c4 X-Archives-Hash: 346fdd542721588ab3f57345f650727d commit: e8a3b29b5a008c5b0fe503189f0e7d4421046b41 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jan 16 09:16:14 2020 +0000 Commit: Andreas K. Hüttel gentoo 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 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}] )