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 AD7F613832E for ; Sun, 24 Jul 2016 13:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9100E0A5F; Sun, 24 Jul 2016 13:10:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7A5EFE0A5F for ; Sun, 24 Jul 2016 13:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D19340CEA for ; Sun, 24 Jul 2016 13:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAB56241F for ; Sun, 24 Jul 2016 13:10:48 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1469365838.6ffcbd2d1594fbf4be76d751b56e07918e808796.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.20.6.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 6ffcbd2d1594fbf4be76d751b56e07918e808796 X-VCS-Branch: master Date: Sun, 24 Jul 2016 13:10:48 +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: 6a68fc4c-66dc-4bce-8557-06669072594b X-Archives-Hash: 99db6110563442de6695fd22f355d8af commit: 6ffcbd2d1594fbf4be76d751b56e07918e808796 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Sun Jul 24 13:10:20 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Sun Jul 24 13:10:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffcbd2d x11-libs/gtk+: remove multilib dependency on dev-libs/wayland-protocols Bug: https://bugs.gentoo.org/show_bug.cgi?id=589584 Package-Manager: portage-2.2.28 x11-libs/gtk+/gtk+-3.20.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-3.20.6.ebuild b/x11-libs/gtk+/gtk+-3.20.6.ebuild index 75d63e3..21e48ff 100644 --- a/x11-libs/gtk+/gtk+-3.20.6.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.6.ebuild @@ -41,7 +41,7 @@ COMMON_DEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.39:= ) wayland? ( >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}] - >=dev-libs/wayland-protocols-1.0[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.0 media-libs/mesa[wayland,${MULTILIB_USEDEP}] >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}] )