diff options
-rw-r--r-- | sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild | 4 |
1 files 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 )" |