From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1578098-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 73B7E158013 for <garchives@archives.gentoo.org>; Sat, 9 Dec 2023 18:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 736D22BC063; Sat, 9 Dec 2023 18:45:33 +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 56E422BC063 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Dec 2023 18:45:33 +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 681D8340C7F for <gentoo-commits@lists.gentoo.org>; Sat, 9 Dec 2023 18:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01ABF1493 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Dec 2023 18:45:31 +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: <1702147510.649fb2a7f7b1a9792fc8b309a637e74b80cf115c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsel/xsel-1.2.1.ebuild X-VCS-Directories: x11-misc/xsel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 649fb2a7f7b1a9792fc8b309a637e74b80cf115c X-VCS-Branch: master Date: Sat, 9 Dec 2023 18:45:31 +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: 944ae067-a46f-4c36-a33d-cf69d9f2c855 X-Archives-Hash: 72c9f2a29c89d4574bec1589a3ec1157 commit: 649fb2a7f7b1a9792fc8b309a637e74b80cf115c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 9 18:45:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 9 18:45:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649fb2a7 x11-misc/xsel: Stabilize 1.2.1 arm, #919581 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/xsel/xsel-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xsel/xsel-1.2.1.ebuild b/x11-misc/xsel/xsel-1.2.1.ebuild index 9059a2f3e231..e0c9cdbeceb6 100644 --- a/x11-misc/xsel/xsel-1.2.1.ebuild +++ b/x11-misc/xsel/xsel-1.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kfish/xsel/archive/refs/tags/${PV}.tar.gz -> ${P}.ta LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}"