diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-04-01 22:05:31 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-04-01 22:15:04 +0100 |
commit | 0422dad1e1eee6a12a32ecb9cef3998dbfff2e20 (patch) | |
tree | 6a69d3fb71c2746a1752de155b187f1cf1ffa37c /app-crypt | |
parent | virtual/opencl: fix amdgpu dependencies (diff) | |
download | gentoo-0422dad1e1eee6a12a32ecb9cef3998dbfff2e20.tar.gz gentoo-0422dad1e1eee6a12a32ecb9cef3998dbfff2e20.tar.bz2 gentoo-0422dad1e1eee6a12a32ecb9cef3998dbfff2e20.zip |
app-crypt/hashcat: drop the ~x86 keyword
Unconditionally depends on virtual/opencl and we are in the process
of dropping support for 32-bit OpenCL from Gentoo. Approved by
zerochaos in #gentoo-dev.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashcat/hashcat-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-4.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-5.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-5.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashcat/hashcat-9999.ebuild | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/app-crypt/hashcat/hashcat-4.1.0.ebuild b/app-crypt/hashcat/hashcat-4.1.0.ebuild index 3e73a946a9c2..71db0a6fe5dd 100644 --- a/app-crypt/hashcat/hashcat-4.1.0.ebuild +++ b/app-crypt/hashcat/hashcat-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat" SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="custom-cflags video_cards_nvidia" DEPEND="virtual/opencl" diff --git a/app-crypt/hashcat/hashcat-4.2.0.ebuild b/app-crypt/hashcat/hashcat-4.2.0.ebuild index c9b418c2da79..b94ec8299ae8 100644 --- a/app-crypt/hashcat/hashcat-4.2.0.ebuild +++ b/app-crypt/hashcat/hashcat-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat" SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="video_cards_nvidia" DEPEND="virtual/opencl diff --git a/app-crypt/hashcat/hashcat-4.2.1.ebuild b/app-crypt/hashcat/hashcat-4.2.1.ebuild index 635db1e83444..6e73c7c23841 100644 --- a/app-crypt/hashcat/hashcat-4.2.1.ebuild +++ b/app-crypt/hashcat/hashcat-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat" SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="video_cards_nvidia" DEPEND="virtual/opencl diff --git a/app-crypt/hashcat/hashcat-5.0.0.ebuild b/app-crypt/hashcat/hashcat-5.0.0.ebuild index 26b34761493f..30255c39d174 100644 --- a/app-crypt/hashcat/hashcat-5.0.0.ebuild +++ b/app-crypt/hashcat/hashcat-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat" SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="video_cards_nvidia" DEPEND="virtual/opencl diff --git a/app-crypt/hashcat/hashcat-5.1.0.ebuild b/app-crypt/hashcat/hashcat-5.1.0.ebuild index 2b0f93496c24..d85c65f96f6b 100644 --- a/app-crypt/hashcat/hashcat-5.1.0.ebuild +++ b/app-crypt/hashcat/hashcat-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/hashcat/hashcat.git" KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild index 0424dcf978e3..d85c65f96f6b 100644 --- a/app-crypt/hashcat/hashcat-9999.ebuild +++ b/app-crypt/hashcat/hashcat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/hashcat/hashcat.git" KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |