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 DFBF01382C5 for ; Mon, 17 May 2021 15:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D078E078A; Mon, 17 May 2021 15:24:33 +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 011D6E078A for ; Mon, 17 May 2021 15:24:32 +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 ACF42340FF1 for ; Mon, 17 May 2021 15:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB54678C for ; Mon, 17 May 2021 15:24:29 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1621265058.62c70b4a85c1c0bcc93af1c56020b51fd43b8215.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fracplanet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/fracplanet/fracplanet-0.5.1.ebuild X-VCS-Directories: x11-misc/fracplanet/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 62c70b4a85c1c0bcc93af1c56020b51fd43b8215 X-VCS-Branch: master Date: Mon, 17 May 2021 15:24:29 +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: 7e001803-ec44-4589-9246-97f08f82c0de X-Archives-Hash: 4d6c6a346b5ad7ab8d4ae84e8fdb46b6 commit: 62c70b4a85c1c0bcc93af1c56020b51fd43b8215 Author: Marek Szuba gentoo org> AuthorDate: Mon May 17 15:22:37 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon May 17 15:24:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c70b4a x11-misc/fracplanet: require dev-qt/qtopengl[-gles2-only] Closes: https://bugs.gentoo.org/790644 Signed-off-by: Marek Szuba gentoo.org> x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild index 86a237d3189..5f89bd2b1b4 100644 --- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild +++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtopengl:5 + dev-qt/qtopengl:5[-gles2-only] dev-qt/qtwidgets:5 virtual/glu virtual/opengl