commit: 8d6d07f955dd90780a95e8530760dba18a914594 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Sun Sep 24 00:54:20 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 25 04:48:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6d07f9
gui-apps/wl-clipboard: update EAPI 7 -> 8 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/32919 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{wl-clipboard-9999.ebuild => wl-clipboard-2.2.1-r1.ebuild} | 4 ++-- gui-apps/wl-clipboard/wl-clipboard-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild similarity index 95% copy from gui-apps/wl-clipboard/wl-clipboard-9999.ebuild copy to gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild index 4da7e621a301..a6e795516423 100644 --- a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild +++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -27,7 +27,7 @@ BDEPEND=" " src_configure() { - local -a emesonargs=( + local emesonargs=( -Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d" ) meson_src_configure diff --git a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild b/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild index 4da7e621a301..5f2e91e8c06d 100644 --- a/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild +++ b/gui-apps/wl-clipboard/wl-clipboard-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson
