commit: 0ca6ff51be9e23382760c567693d44a82402cc59
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 3 18:22:06 2026 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Jan 3 18:25:43 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca6ff51
sys-kernel/cryptodev: stabilize 1.14 for amd64, x86
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
sys-kernel/cryptodev/cryptodev-1.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-kernel/cryptodev/cryptodev-1.14.ebuild
b/sys-kernel/cryptodev/cryptodev-1.14.ebuild
index 407bb12cd483..3f9b2cebdfaa 100644
--- a/sys-kernel/cryptodev/cryptodev-1.14.ebuild
+++ b/sys-kernel/cryptodev/cryptodev-1.14.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/cryptodev-linux/cryptodev-linux.git"
else
SRC_URI="https://github.com/cryptodev-linux/cryptodev-linux/archive/${PN}-linux-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="amd64 ~arm x86"
S=${WORKDIR}/${PN}-linux-${PN}-linux-${PV}
fi