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 31FC215802E for ; Fri, 28 Jun 2024 10:45:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4490DE2B2B; Fri, 28 Jun 2024 10:45:44 +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 199E9E2B2B for ; Fri, 28 Jun 2024 10:45:44 +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 2F62333BE32 for ; Fri, 28 Jun 2024 10:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E0561D7C for ; Fri, 28 Jun 2024 10:45:41 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1719571517.3792f9ee33f9246648303b0e2832a37b2f3913c3.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild gui-libs/hyprutils/hyprutils-0.1.4.ebuild gui-libs/hyprutils/hyprutils-9999.ebuild X-VCS-Directories: gui-libs/hyprutils/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3792f9ee33f9246648303b0e2832a37b2f3913c3 X-VCS-Branch: master Date: Fri, 28 Jun 2024 10:45:41 +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: c417f60e-b842-4e74-ad4d-dc2553b8216b X-Archives-Hash: ac4099810a387ecc9a2df18bd2513fbf commit: 3792f9ee33f9246648303b0e2832a37b2f3913c3 Author: Xiangzhe xz-dev gmail com> AuthorDate: Wed Jun 26 15:17:38 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Jun 28 10:45:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3792f9ee gui-libs/hyprutils: add missing dep Closes: https://bugs.gentoo.org/934933 Signed-off-by: Xiangzhe xz-dev gmail.com> Signed-off-by: Yixun Lan gentoo.org> .../hyprutils/{hyprutils-0.1.4.ebuild => hyprutils-0.1.4-r1.ebuild} | 5 +++++ gui-libs/hyprutils/hyprutils-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild b/gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild similarity index 93% rename from gui-libs/hyprutils/hyprutils-0.1.4.ebuild rename to gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild index d7a92f59830e..436c6061893f 100644 --- a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild +++ b/gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild @@ -21,6 +21,11 @@ fi LICENSE="BSD" SLOT="0" +DEPEND=" + x11-libs/pixman +" +RDEPEND="${DEPEND}" + # Disable tests since as per upstream, tests require a theme to be installed # See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 RESTRICT="test" diff --git a/gui-libs/hyprutils/hyprutils-9999.ebuild b/gui-libs/hyprutils/hyprutils-9999.ebuild index d7a92f59830e..436c6061893f 100644 --- a/gui-libs/hyprutils/hyprutils-9999.ebuild +++ b/gui-libs/hyprutils/hyprutils-9999.ebuild @@ -21,6 +21,11 @@ fi LICENSE="BSD" SLOT="0" +DEPEND=" + x11-libs/pixman +" +RDEPEND="${DEPEND}" + # Disable tests since as per upstream, tests require a theme to be installed # See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 RESTRICT="test"