diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 09:13:03 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 09:13:03 +0300 |
commit | 2998aa94b438506628f5233a2930eb83ea93f0a7 (patch) | |
tree | 38e76d73ba553fb562aa2344c6bb2c64db76a3c8 | |
parent | virtual/krb5: Stabilize 0-r1 ppc, #901943 (diff) | |
download | gentoo-2998aa94b438506628f5233a2930eb83ea93f0a7.tar.gz gentoo-2998aa94b438506628f5233a2930eb83ea93f0a7.tar.bz2 gentoo-2998aa94b438506628f5233a2930eb83ea93f0a7.zip |
net-libs/libgssglue: Stabilize 0.7 ppc, #901943
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | net-libs/libgssglue/libgssglue-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libgssglue/libgssglue-0.7.ebuild b/net-libs/libgssglue/libgssglue-0.7.ebuild index d254154b3e92..298a2451d3ba 100644 --- a/net-libs/libgssglue/libgssglue-0.7.ebuild +++ b/net-libs/libgssglue/libgssglue-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND="virtual/krb5" |