From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1627138-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 7A310158064 for <garchives@archives.gentoo.org>; Thu, 2 May 2024 07:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DF1BE2AD9; Thu, 2 May 2024 07:13:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D734E2AD7 for <gentoo-commits@lists.gentoo.org>; Thu, 2 May 2024 07:13:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 277E6335CB9 for <gentoo-commits@lists.gentoo.org>; Thu, 2 May 2024 07:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 876A9170E for <gentoo-commits@lists.gentoo.org>; Thu, 2 May 2024 07:13:38 +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: <1714633993.44a8d26f5c102d3d34c6ce9ff82faf2faaa6e901.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Clipboard/Clipboard-0.290.0.ebuild X-VCS-Directories: dev-perl/Clipboard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44a8d26f5c102d3d34c6ce9ff82faf2faaa6e901 X-VCS-Branch: master Date: Thu, 2 May 2024 07:13:38 +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: aa049004-0da1-48f9-9641-d1e80ce2724b X-Archives-Hash: a541012c5c641ea8b67d3164b697cbfd commit: 44a8d26f5c102d3d34c6ce9ff82faf2faaa6e901 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 2 07:06:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 2 07:13:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a8d26f dev-perl/Clipboard: tests need both xclip+xsel ... which is fair enough. Closes: https://bugs.gentoo.org/931072 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Clipboard/Clipboard-0.290.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild index a3b01ea5cc82..0db35985d40f 100644 --- a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild +++ b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild @@ -30,6 +30,8 @@ BDEPEND=" >=dev-perl/Module-Build-0.280.0 test? ( >=virtual/perl-Test-Simple-0.880.0 + x11-misc/xclip + x11-misc/xsel ) "