diff options
author | Sven Wegener <swegener@gentoo.org> | 2021-04-01 20:46:00 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2021-04-01 20:46:00 +0200 |
commit | 9ffaf443d0feb6dd9e00075ff23090c17a09c247 (patch) | |
tree | 59f957cb240be97738d7b9f927c378d57ebadde1 /sys-kernel/cryptodev | |
parent | dev-libs/elfutils: stable 0.183 for hppa, bug #775749 (diff) | |
download | gentoo-9ffaf443d0feb6dd9e00075ff23090c17a09c247.tar.gz gentoo-9ffaf443d0feb6dd9e00075ff23090c17a09c247.tar.bz2 gentoo-9ffaf443d0feb6dd9e00075ff23090c17a09c247.zip |
sys-kernel/cryptodev: Mark 1.11 stable on amd64/x86
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'sys-kernel/cryptodev')
-rw-r--r-- | sys-kernel/cryptodev/cryptodev-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/cryptodev/cryptodev-1.11.ebuild b/sys-kernel/cryptodev/cryptodev-1.11.ebuild index 08cf07fc623e..89714e1aa6bd 100644 --- a/sys-kernel/cryptodev/cryptodev-1.11.ebuild +++ b/sys-kernel/cryptodev/cryptodev-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${PN}-${PV}" 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 |