diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-07 15:41:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-07 15:41:04 +0100 |
commit | c09b35325c94dcfdec1fddf4d9c7a2b89a8ade74 (patch) | |
tree | 7862e9a22a68901b570f367cc964df74b3641317 /app-crypt/veracrypt/veracrypt-1.24_p8.ebuild | |
parent | sys-fs/quota: amd64 stable wrt bug #774342 (diff) | |
download | gentoo-c09b35325c94dcfdec1fddf4d9c7a2b89a8ade74.tar.gz gentoo-c09b35325c94dcfdec1fddf4d9c7a2b89a8ade74.tar.bz2 gentoo-c09b35325c94dcfdec1fddf4d9c7a2b89a8ade74.zip |
app-crypt/veracrypt: amd64 stable wrt bug #774378
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-crypt/veracrypt/veracrypt-1.24_p8.ebuild')
-rw-r--r-- | app-crypt/veracrypt/veracrypt-1.24_p8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild b/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild index 3e0f7086fe38..a0d3a867b3f6 100644 --- a/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.24_p8.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=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/VeraCrypt/archive/VeraCrypt_${MY_PV}.tar.gz -> # For this reason, we don't have to worry about their licenses LICENSE="Apache-2.0 BSD truecrypt-3.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+asm cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_ssse3 doc X" RESTRICT="bindist mirror" |