commit: e69a637fc67e822c43370c96187107dda20cad9d Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Sun Mar 10 16:50:02 2024 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 16:55:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69a637f
net-fs/cvmfs: stabilize 2.11.2 for amd64, x86 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> net-fs/cvmfs/cvmfs-2.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/cvmfs/cvmfs-2.11.2.ebuild b/net-fs/cvmfs/cvmfs-2.11.2.ebuild index 37a64e0069e1..55af44afad5a 100644 --- a/net-fs/cvmfs/cvmfs-2.11.2.ebuild +++ b/net-fs/cvmfs/cvmfs-2.11.2.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=7 @@ -12,7 +12,7 @@ SRC_URI="https://ecsft.cern.ch/dist/cvmfs/${P}/source.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="server" CDEPEND="
