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 A03D515A7D9 for ; Fri, 17 Mar 2023 18:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 870E52BC2D8; Fri, 17 Mar 2023 18:25:51 +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 6D3E52BC2D8 for ; Fri, 17 Mar 2023 18:25:51 +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 18B8D341307 for ; Fri, 17 Mar 2023 18:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69248EE for ; Fri, 17 Mar 2023 18:25:47 +0000 (UTC) From: "Sam James" 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" Message-ID: <1679077524.12e98e2a0ba9b25ad60fd0db92c1b5d92e789654.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild X-VCS-Directories: sys-apps/hponcfg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12e98e2a0ba9b25ad60fd0db92c1b5d92e789654 X-VCS-Branch: master Date: Fri, 17 Mar 2023 18:25:47 +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: a050c8fc-bf0b-48dc-960b-efb9b4321817 X-Archives-Hash: cb37ae77d9212a3b6a5b69c529e39e00 commit: 12e98e2a0ba9b25ad60fd0db92c1b5d92e789654 Author: Sam James gentoo org> AuthorDate: Fri Mar 17 18:25:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 17 18:25:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e98e2a sys-apps/hponcfg: Stabilize 5.6.0.0-r1 amd64, #901939 Signed-off-by: Sam James gentoo.org> sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild b/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild index d0ac235482e9..0e0bb4843c70 100644 --- a/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild +++ b/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN LICENSE="hpe" SLOT="0" -KEYWORDS="-* ~amd64" +KEYWORDS="-* amd64" RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )"