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 88D9615811D for ; Tue, 4 Jul 2023 07:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CF24E07F6; Tue, 4 Jul 2023 07:42:11 +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 80C68E089C for ; Tue, 4 Jul 2023 07:42:11 +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 66B5B340B9C for ; Tue, 4 Jul 2023 07:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 937D6AC8 for ; Tue, 4 Jul 2023 07:42:08 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1688454872.5192f4d844bc7d2afe55abf31a107578a11a05f6.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd-ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild X-VCS-Directories: net-libs/xrootd-ceph/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 5192f4d844bc7d2afe55abf31a107578a11a05f6 X-VCS-Branch: master Date: Tue, 4 Jul 2023 07:42:08 +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: c6f9fcc0-e8e2-4ed0-b6e0-dadf84c741cd X-Archives-Hash: a268b08b511df783432876274b9fb111 commit: 5192f4d844bc7d2afe55abf31a107578a11a05f6 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Jul 4 07:12:37 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Jul 4 07:14:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5192f4d8 net-libs/xrootd-ceph: stabilize 5.5.4 for amd64 Signed-off-by: Guilherme Amadio gentoo.org> net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild b/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild index ef04b6db3238..bea7bc8efad1 100644 --- a/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild +++ b/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xrootd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P} LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="amd64 ~amd64-linux" IUSE="test" RESTRICT="!test? ( test )"