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 9DE23139694 for ; Wed, 14 Jun 2017 19:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D387AE0D14; Wed, 14 Jun 2017 19:06:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3ED6E0D14 for ; Wed, 14 Jun 2017 19:06:08 +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 792C93417CC for ; Wed, 14 Jun 2017 19:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EFEF7474 for ; Wed, 14 Jun 2017 19:06:06 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1497467151.a96638998c5b9a5df49a86ed51302a89ce524858.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-2.0.2.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: a96638998c5b9a5df49a86ed51302a89ce524858 X-VCS-Branch: master Date: Wed, 14 Jun 2017 19:06:06 +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-Archives-Salt: 160027fc-b7ca-41f1-8d2d-a0d0f0ca041a X-Archives-Hash: dc427e4515356aa78de728b7a78fa339 commit: a96638998c5b9a5df49a86ed51302a89ce524858 Author: Michael Weber gentoo org> AuthorDate: Wed Jun 14 19:05:51 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Jun 14 19:05:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9663899 x11-wm/xpra: Fix dependency string, part 2 (bug 621656, thanks eroen). Package-Manager: Portage-2.3.6, Repoman-2.3.2 x11-wm/xpra/xpra-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-2.0.2.ebuild b/x11-wm/xpra/xpra-2.0.2.ebuild index 7b642e772bf..011698e250a 100644 --- a/x11-wm/xpra/xpra-2.0.2.ebuild +++ b/x11-wm/xpra/xpra-2.0.2.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( client server ) client? ( enc_x264? ( dec_avcodec2 ) enc_x265? ( dec_avcodec2 ) )" -COMMON_DEPEND=""${PYTHON_DEPS}" +COMMON_DEPEND="${PYTHON_DEPS} dev-python/pygobject:2[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] x11-libs/gtk+:2