commit:     b0937c57088e2c9d944b614797b6b42cad416b01
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sat May 17 13:40:56 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 14:17:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0937c57

gui-libs/aquamarine: sync live

Signed-off-by: Johannes Huber <johu <AT> gmx.de>
Part-of: https://github.com/gentoo/gentoo/pull/42132
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/aquamarine/aquamarine-9999.ebuild | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gui-libs/aquamarine/aquamarine-9999.ebuild 
b/gui-libs/aquamarine/aquamarine-9999.ebuild
index f6ad41a30f68..4ed65e6da333 100644
--- a/gui-libs/aquamarine/aquamarine-9999.ebuild
+++ b/gui-libs/aquamarine/aquamarine-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -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
@@ -17,25 +17,26 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/$(ver_cut 1-2)"
 
 # 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.1.5
+       >=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}

Reply via email to