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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C16B7158041 for ; Fri, 22 Mar 2024 13:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9F2E29EC; Fri, 22 Mar 2024 13:37:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE031E29EC for ; Fri, 22 Mar 2024 13:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E993335D21 for ; Fri, 22 Mar 2024 13:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6DED15A6 for ; Fri, 22 Mar 2024 13:37:29 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1711114636.4c8ad87f6dba9e09888cb403951aaf436ad3f7f9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.10.4.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4c8ad87f6dba9e09888cb403951aaf436ad3f7f9 X-VCS-Branch: dev Date: Fri, 22 Mar 2024 13:37: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: 214ef5dd-d5f7-444a-a9a6-b40ced09430e X-Archives-Hash: f628eb9085ed2528af4de379264f99bf commit: 4c8ad87f6dba9e09888cb403951aaf436ad3f7f9 Author: David Roman gmail com> AuthorDate: Fri Mar 22 13:37:16 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Mar 22 13:37:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c8ad87f dev-cpp/wt: add opengl USE Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.10.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild index e9d153bce1..51664130e1 100644 --- a/dev-cpp/wt/wt-4.10.4.ebuild +++ b/dev-cpp/wt/wt-4.10.4.ebuild @@ -12,11 +12,12 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="doc firebird mysql pdf postgres ssl" +IUSE="doc firebird mysql opengl pdf postgres ssl" DEPEND=" firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) + opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost @@ -24,7 +25,6 @@ DEPEND=" media-gfx/graphicsmagick x11-libs/pango sys-libs/zlib - virtual/opengl " RDEPEND="${DEPEND}" @@ -58,6 +58,7 @@ src_configure() { -DENABLE_QT4=OFF -DENABLE_QT5=ON -DENABLE_SAML=ON + -DENABLE_OPENGL=$(usex opengl) ) cmake_src_configure 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CB98158041 for ; Fri, 22 Mar 2024 13:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DB21E29EF; Fri, 22 Mar 2024 13:38:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8743BE29EF for ; Fri, 22 Mar 2024 13:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5D62340813 for ; Fri, 22 Mar 2024 13:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6598A15BF for ; Fri, 22 Mar 2024 13:38:12 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1711114636.4c8ad87f6dba9e09888cb403951aaf436ad3f7f9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.10.4.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4c8ad87f6dba9e09888cb403951aaf436ad3f7f9 X-VCS-Branch: master Date: Fri, 22 Mar 2024 13:38:12 +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: ead5f5af-dfc0-41f8-b492-64a1ff6d5485 X-Archives-Hash: 960d9123756b3df36e0ceb1f2c907d43 Message-ID: <20240322133812.Ywc6bt8LBs_ess7Bgt1GcC5Y07cHomwKYgVnvyWlJlo@z> commit: 4c8ad87f6dba9e09888cb403951aaf436ad3f7f9 Author: David Roman gmail com> AuthorDate: Fri Mar 22 13:37:16 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Mar 22 13:37:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c8ad87f dev-cpp/wt: add opengl USE Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.10.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild index e9d153bce1..51664130e1 100644 --- a/dev-cpp/wt/wt-4.10.4.ebuild +++ b/dev-cpp/wt/wt-4.10.4.ebuild @@ -12,11 +12,12 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="doc firebird mysql pdf postgres ssl" +IUSE="doc firebird mysql opengl pdf postgres ssl" DEPEND=" firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) + opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost @@ -24,7 +25,6 @@ DEPEND=" media-gfx/graphicsmagick x11-libs/pango sys-libs/zlib - virtual/opengl " RDEPEND="${DEPEND}" @@ -58,6 +58,7 @@ src_configure() { -DENABLE_QT4=OFF -DENABLE_QT5=ON -DENABLE_SAML=ON + -DENABLE_OPENGL=$(usex opengl) ) cmake_src_configure