diff options
author | Sam James <sam@gentoo.org> | 2023-05-05 05:34:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-05 05:36:56 +0100 |
commit | 9098b39d516b93140266ce88003653ea50ff3202 (patch) | |
tree | deefd107589f7a02aeaff813e22c55ac433a876a /gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild | |
parent | gui-libs/xdg-desktop-portal-wlr: drop 0.4.0 (diff) | |
download | gentoo-9098b39d516b93140266ce88003653ea50ff3202.tar.gz gentoo-9098b39d516b93140266ce88003653ea50ff3202.tar.bz2 gentoo-9098b39d516b93140266ce88003653ea50ff3202.zip |
gui-libs/xdg-desktop-portal-wlr: EAPI 8, fix subslot
The subslot seems to have been 0/9999 since it was added and it doesn't
install any libraries.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild')
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild index 2ca4eb91890a..4d8bbff561d4 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -17,7 +17,7 @@ else fi LICENSE="MIT" -SLOT="0/9999" +SLOT="0" IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" |