diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-23 02:07:15 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-23 23:56:10 -0500 |
commit | a1a5f08529700e8c79e701670e7c1e9ba5017635 (patch) | |
tree | 1837cf0d54634f72565c12e953dbc58e165528ef /app-crypt/veracrypt | |
parent | sys-apps/portage: Stabilize 3.0.59-r1 hppa, #920938 (diff) | |
download | gentoo-a1a5f08529700e8c79e701670e7c1e9ba5017635.tar.gz gentoo-a1a5f08529700e8c79e701670e7c1e9ba5017635.tar.bz2 gentoo-a1a5f08529700e8c79e701670e7c1e9ba5017635.zip |
app-crypt/veracrypt: Stabilize 1.26.7 amd64, #920472
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-crypt/veracrypt')
-rw-r--r-- | app-crypt/veracrypt/veracrypt-1.26.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/veracrypt/veracrypt-1.26.7.ebuild b/app-crypt/veracrypt/veracrypt-1.26.7.ebuild index e42be259f96c..e2e9bd900c08 100644 --- a/app-crypt/veracrypt/veracrypt-1.26.7.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.26.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 @@ -17,7 +17,7 @@ S="${WORKDIR}/VeraCrypt-VeraCrypt_${PV}/src" # For this reason, we don't have to worry about their licenses LICENSE="Apache-2.0 BSD RSA 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" |