From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id ADB93158287 for ; Sat, 17 May 2025 14:17:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8CC05343371 for ; Sat, 17 May 2025 14:17:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 77F73110286; Sat, 17 May 2025 14:17:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 6E806110286 for ; Sat, 17 May 2025 14:17:56 +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 129D4343378 for ; Sat, 17 May 2025 14:17:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A1C1A2B for ; Sat, 17 May 2025 14:17:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747491425.5b41f71111e8dac5bc65d28da8a65b10eaecc03e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/aquamarine/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/aquamarine/aquamarine-0.8.0.ebuild X-VCS-Directories: gui-libs/aquamarine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b41f71111e8dac5bc65d28da8a65b10eaecc03e X-VCS-Branch: master Date: Sat, 17 May 2025 14:17:54 +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: 7d06cb7c-6952-48fe-ae93-f33620f18a4d X-Archives-Hash: ed9f849b2eb7763fb1280c6a1150b8b4 commit: 5b41f71111e8dac5bc65d28da8a65b10eaecc03e Author: Johannes Huber gmx de> AuthorDate: Sat May 17 13:21:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 17 14:17:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b41f711 gui-libs/aquamarine: fix dependencies - sort - require >=gui-libs/hyprutils-0.5.2 Closes: https://bugs.gentoo.org/953013 Signed-off-by: Johannes Huber gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/42132 Signed-off-by: Sam James gentoo.org> gui-libs/aquamarine/aquamarine-0.8.0.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gui-libs/aquamarine/aquamarine-0.8.0.ebuild b/gui-libs/aquamarine/aquamarine-0.8.0.ebuild index fa122603194a..af8fcfdf4c02 100644 --- a/gui-libs/aquamarine/aquamarine-0.8.0.ebuild +++ b/gui-libs/aquamarine/aquamarine-0.8.0.ebuild @@ -8,7 +8,7 @@ inherit cmake DESCRIPTION="Aquamarine is a very light linux rendering backend library" HOMEPAGE="https://github.com/hyprwm/aquamarine" -if [[ "${PV}" = *9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" else @@ -22,20 +22,21 @@ SLOT="0" # Upstream states that the simpleWindow test is broken, see bug 936653 RESTRICT="test" RDEPEND=" - dev-libs/wayland - media-libs/mesa[opengl] - media-libs/libdisplay-info >=dev-libs/libinput-1.26.1 + dev-libs/wayland >=dev-util/hyprwayland-scanner-0.4.0 - >=gui-libs/hyprutils-0.2.3:= + >=gui-libs/hyprutils-0.5.2:= + media-libs/libdisplay-info + media-libs/libglvnd + media-libs/mesa[opengl] + sys-apps/hwdata + >=sys-auth/seatd-0.8.0 x11-libs/cairo - x11-libs/libxkbcommon x11-libs/libdrm + x11-libs/libxkbcommon x11-libs/pango x11-libs/pixman virtual/libudev - sys-apps/hwdata - >=sys-auth/seatd-0.8.0 " DEPEND=" ${RDEPEND}