From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 951B9158090 for ; Thu, 12 May 2022 14:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EB5E0929; Thu, 12 May 2022 14:10:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AAF0CE0929 for ; Thu, 12 May 2022 14:10:26 +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 A9D1C34149A for ; Thu, 12 May 2022 14:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18A13BF for ; Thu, 12 May 2022 14:10:23 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1652364310.8f23411bb1db4bedfeb9497fd98a8ddb9f8c6005.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xystray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xystray/xystray-1.0-r1.ebuild X-VCS-Directories: x11-misc/xystray/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8f23411bb1db4bedfeb9497fd98a8ddb9f8c6005 X-VCS-Branch: master Date: Thu, 12 May 2022 14:10:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f1d92ad-c099-4a97-9bfd-2b05393a424e X-Archives-Hash: 24788a4fb64d89c0a8b5ebc7cac2ae68 commit: 8f23411bb1db4bedfeb9497fd98a8ddb9f8c6005 Author: Marek Szuba gentoo org> AuthorDate: Thu May 12 14:04:29 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 12 14:05:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f23411b x11-misc/xystray: mark 1.0-r1 stable on amd64 Trivial, just an EAPI bump. Signed-off-by: Marek Szuba gentoo.org> x11-misc/xystray/xystray-1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xystray/xystray-1.0-r1.ebuild b/x11-misc/xystray/xystray-1.0-r1.ebuild index 97ff3ff73bdb..0479175fa362 100644 --- a/x11-misc/xystray/xystray-1.0-r1.ebuild +++ b/x11-misc/xystray/xystray-1.0-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/steelman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="x11-libs/libX11 x11-libs/libXt"