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 532E7138350 for ; Mon, 30 Mar 2020 21:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92681E0ACE; Mon, 30 Mar 2020 21:04:38 +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 75389E0ACE for ; Mon, 30 Mar 2020 21:04:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B2B934F05E for ; Mon, 30 Mar 2020 21:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B871113A for ; Mon, 30 Mar 2020 21:04:35 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1585602249.7a9955209519d86c8ff4f7e63dc7a3aa84d12b87.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/togl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/togl/togl-2.0-r3.ebuild X-VCS-Directories: dev-tcltk/togl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7a9955209519d86c8ff4f7e63dc7a3aa84d12b87 X-VCS-Branch: master Date: Mon, 30 Mar 2020 21:04:35 +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: dc16e1e6-1b44-485b-a653-28b0388be0de X-Archives-Hash: ebe3cea30f063fb5d5cab32dffe59177 commit: 7a9955209519d86c8ff4f7e63dc7a3aa84d12b87 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Mar 30 21:04:09 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 30 21:04:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a995520 dev-tcltk/togl: depends on media-libs/mesa[X] Closes: https://bugs.gentoo.org/711976 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/togl/togl-2.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/togl/togl-2.0-r3.ebuild b/dev-tcltk/togl/togl-2.0-r3.ebuild index ddc67f18c36..c23593c7cf1 100644 --- a/dev-tcltk/togl/togl-2.0-r3.ebuild +++ b/dev-tcltk/togl/togl-2.0-r3.ebuild @@ -16,7 +16,7 @@ IUSE="debug +threads" RDEPEND=" dev-lang/tk:* - virtual/opengl + media-libs/mesa[X] x11-libs/libXmu" DEPEND="${RDEPEND}"