Skip to content

Commit

Permalink
sys-apps/asahi-meta: adjust to caps changes in kwin 6.2.3
Browse files Browse the repository at this point in the history
See https://bugs.gentoo.org/941628.

Signed-off-by: Haochen Tong <[email protected]>
  • Loading branch information
hexchain authored and chadmed committed Nov 7, 2024
1 parent 3bc081e commit 2d6854f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions sys-apps/asahi-meta/asahi-meta-2-r9.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Metapackage for the Asahi support packages"
HOMEPAGE="https://asahilinux.org/"

LICENSE="metapackage"
SLOT=0
KEYWORDS="~arm64"
IUSE="+audio +mesa +sources kde kernel"

REQUIRED_USE="
sources? ( !kernel )
kernel? ( !sources )
"

RDEPEND="
sys-boot/m1n1
sys-boot/u-boot
sys-apps/asahi-scripts
sys-apps/asahi-configs
sys-firmware/asahi-firmware
kernel? ( sys-kernel/asahi-kernel )
sources? ( sys-kernel/asahi-sources )
media-libs/alsa-ucm-conf-asahi
audio? ( media-libs/asahi-audio )
mesa? (
>=media-libs/mesa-24.1.0_pre20240228[video_cards_asahi(-)]
kernel? ( >=sys-kernel/asahi-kernel-6.6.0_p15 )
sources? ( >=sys-kernel/asahi-sources-6.6.0_p15 )
)
kde? ( kde-plasma/kwin[filecaps] )
"

0 comments on commit 2d6854f

Please sign in to comment.