Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat/
Date: Wed, 01 Apr 2020 21:15:15
Message-Id: 1585775704.0422dad1e1eee6a12a32ecb9cef3998dbfff2e20.marecki@gentoo
1 commit: 0422dad1e1eee6a12a32ecb9cef3998dbfff2e20
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 21:05:31 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 21:15:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422dad1
7
8 app-crypt/hashcat: drop the ~x86 keyword
9
10 Unconditionally depends on virtual/opencl and we are in the process
11 of dropping support for 32-bit OpenCL from Gentoo. Approved by
12 zerochaos in #gentoo-dev.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 app-crypt/hashcat/hashcat-4.1.0.ebuild | 4 ++--
17 app-crypt/hashcat/hashcat-4.2.0.ebuild | 4 ++--
18 app-crypt/hashcat/hashcat-4.2.1.ebuild | 4 ++--
19 app-crypt/hashcat/hashcat-5.0.0.ebuild | 4 ++--
20 app-crypt/hashcat/hashcat-5.1.0.ebuild | 4 ++--
21 app-crypt/hashcat/hashcat-9999.ebuild | 4 ++--
22 6 files changed, 12 insertions(+), 12 deletions(-)
23
24 diff --git a/app-crypt/hashcat/hashcat-4.1.0.ebuild b/app-crypt/hashcat/hashcat-4.1.0.ebuild
25 index 3e73a946a9c..71db0a6fe5d 100644
26 --- a/app-crypt/hashcat/hashcat-4.1.0.ebuild
27 +++ b/app-crypt/hashcat/hashcat-4.1.0.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2020 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat"
35 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 LICENSE="MIT"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="~amd64"
40
41 IUSE="custom-cflags video_cards_nvidia"
42 DEPEND="virtual/opencl"
43
44 diff --git a/app-crypt/hashcat/hashcat-4.2.0.ebuild b/app-crypt/hashcat/hashcat-4.2.0.ebuild
45 index c9b418c2da7..b94ec8299ae 100644
46 --- a/app-crypt/hashcat/hashcat-4.2.0.ebuild
47 +++ b/app-crypt/hashcat/hashcat-4.2.0.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2018 Gentoo Foundation
50 +# Copyright 1999-2020 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=6
54 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat"
55 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56 LICENSE="MIT"
57 SLOT="0"
58 -KEYWORDS="~amd64 ~x86"
59 +KEYWORDS="~amd64"
60
61 IUSE="video_cards_nvidia"
62 DEPEND="virtual/opencl
63
64 diff --git a/app-crypt/hashcat/hashcat-4.2.1.ebuild b/app-crypt/hashcat/hashcat-4.2.1.ebuild
65 index 635db1e8344..6e73c7c2384 100644
66 --- a/app-crypt/hashcat/hashcat-4.2.1.ebuild
67 +++ b/app-crypt/hashcat/hashcat-4.2.1.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2018 Gentoo Authors
70 +# Copyright 1999-2020 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=6
74 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat"
75 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
76 LICENSE="MIT"
77 SLOT="0"
78 -KEYWORDS="~amd64 ~x86"
79 +KEYWORDS="~amd64"
80
81 IUSE="video_cards_nvidia"
82 DEPEND="virtual/opencl
83
84 diff --git a/app-crypt/hashcat/hashcat-5.0.0.ebuild b/app-crypt/hashcat/hashcat-5.0.0.ebuild
85 index 26b34761493..30255c39d17 100644
86 --- a/app-crypt/hashcat/hashcat-5.0.0.ebuild
87 +++ b/app-crypt/hashcat/hashcat-5.0.0.ebuild
88 @@ -1,4 +1,4 @@
89 -# Copyright 1999-2018 Gentoo Authors
90 +# Copyright 1999-2020 Gentoo Authors
91 # Distributed under the terms of the GNU General Public License v2
92
93 EAPI=6
94 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat"
95 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
96 LICENSE="MIT"
97 SLOT="0"
98 -KEYWORDS="~amd64 ~x86"
99 +KEYWORDS="~amd64"
100
101 IUSE="video_cards_nvidia"
102 DEPEND="virtual/opencl
103
104 diff --git a/app-crypt/hashcat/hashcat-5.1.0.ebuild b/app-crypt/hashcat/hashcat-5.1.0.ebuild
105 index 2b0f93496c2..d85c65f96f6 100644
106 --- a/app-crypt/hashcat/hashcat-5.1.0.ebuild
107 +++ b/app-crypt/hashcat/hashcat-5.1.0.ebuild
108 @@ -1,4 +1,4 @@
109 -# Copyright 1999-2019 Gentoo Authors
110 +# Copyright 1999-2020 Gentoo Authors
111 # Distributed under the terms of the GNU General Public License v2
112
113 EAPI=6
114 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then
115 EGIT_REPO_URI="https://github.com/hashcat/hashcat.git"
116 KEYWORDS=""
117 else
118 - KEYWORDS="~amd64 ~x86"
119 + KEYWORDS="~amd64"
120 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
121 fi
122
123
124 diff --git a/app-crypt/hashcat/hashcat-9999.ebuild b/app-crypt/hashcat/hashcat-9999.ebuild
125 index 0424dcf978e..d85c65f96f6 100644
126 --- a/app-crypt/hashcat/hashcat-9999.ebuild
127 +++ b/app-crypt/hashcat/hashcat-9999.ebuild
128 @@ -1,4 +1,4 @@
129 -# Copyright 1999-2018 Gentoo Authors
130 +# Copyright 1999-2020 Gentoo Authors
131 # Distributed under the terms of the GNU General Public License v2
132
133 EAPI=6
134 @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then
135 EGIT_REPO_URI="https://github.com/hashcat/hashcat.git"
136 KEYWORDS=""
137 else
138 - KEYWORDS="~amd64 ~x86"
139 + KEYWORDS="~amd64"
140 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
141 fi