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 735F315808D for ; Sat, 23 Apr 2022 05:44:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF097E0894; Sat, 23 Apr 2022 05:44:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5AB10E087A for ; Sat, 23 Apr 2022 05:44:27 +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 1B4C63419B7 for ; Sat, 23 Apr 2022 05:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11DAE3C7 for ; Sat, 23 Apr 2022 05:44:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1650692421.dfcdf18f004dc47c85509708fe17cb6409ebb9df.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghostwriter/ghostwriter-2.1.2.ebuild X-VCS-Directories: app-editors/ghostwriter/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dfcdf18f004dc47c85509708fe17cb6409ebb9df X-VCS-Branch: master Date: Sat, 23 Apr 2022 05:44:23 +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: f299eba1-bf30-4f7c-8ae8-a57fb3dfc1fe X-Archives-Hash: df3cf8f237e367eabc934d45dbaca130 commit: dfcdf18f004dc47c85509708fe17cb6409ebb9df Author: Joonas Niilola gentoo org> AuthorDate: Sat Apr 23 05:40:21 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Apr 23 05:40:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcdf18f app-editors/ghostwriter: add a missing dep to 2.1.2 Signed-off-by: Joonas Niilola gentoo.org> app-editors/ghostwriter/ghostwriter-2.1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/ghostwriter/ghostwriter-2.1.2.ebuild b/app-editors/ghostwriter/ghostwriter-2.1.2.ebuild index c75e8183554c..5c1c71d26b2e 100644 --- a/app-editors/ghostwriter/ghostwriter-2.1.2.ebuild +++ b/app-editors/ghostwriter/ghostwriter-2.1.2.ebuild @@ -25,6 +25,7 @@ RDEPEND=" dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 + virtual/opengl " DEPEND="${RDEPEND}"