From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1557139-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 66EBF158089
	for <garchives@archives.gentoo.org>; Mon, 25 Sep 2023 04:49:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE5632BC033;
	Mon, 25 Sep 2023 04:49:10 +0000 (UTC)
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 pigeon.gentoo.org (Postfix) with ESMTPS id 923762BC033
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Sep 2023 04:49:10 +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 AAE7E335C87
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Sep 2023 04:49:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2196E125D
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Sep 2023 04:49:08 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1695617322.8d6d07f955dd90780a95e8530760dba18a914594.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild gui-apps/wl-clipboard/wl-clipboard-9999.ebuild
X-VCS-Directories: gui-apps/wl-clipboard/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8d6d07f955dd90780a95e8530760dba18a914594
X-VCS-Branch: master
Date: Mon, 25 Sep 2023 04:49:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: be344f21-8dfa-43d9-8a10-9b856fe20274
X-Archives-Hash: d767b664a454f825fefb71c31e6480f6

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