Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
Date: Sun, 17 Nov 2019 14:05:16
Message-Id: 1573999507.14386085c7bb980e15864842d5d84d52781b08be.mgorny@gentoo
1 commit: 14386085c7bb980e15864842d5d84d52781b08be
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 09:49:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 14:05:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14386085
7
8 dev-python/cryptography: Fix remaining MissingTestRestrict
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cryptography/cryptography-2.2.2-r1.ebuild | 1 +
13 dev-python/cryptography/cryptography-2.3.1.ebuild | 1 +
14 dev-python/cryptography/cryptography-2.3.ebuild | 1 +
15 dev-python/cryptography/cryptography-2.4.2.ebuild | 1 +
16 dev-python/cryptography/cryptography-2.5.ebuild | 1 +
17 dev-python/cryptography/cryptography-2.6.1.ebuild | 1 +
18 dev-python/cryptography/cryptography-2.7.ebuild | 1 +
19 7 files changed, 7 insertions(+)
20
21 diff --git a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
22 index dfd4ffee34d..b3af716f887 100644
23 --- a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
24 +++ b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild
25 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
26 SLOT="0"
27 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
28 IUSE="libressl test"
29 +RESTRICT="!test? ( test )"
30
31 # the openssl 1.0.2l-r1 needs to be updated again :(
32 # It'd theb be able to go into the || section again
33
34 diff --git a/dev-python/cryptography/cryptography-2.3.1.ebuild b/dev-python/cryptography/cryptography-2.3.1.ebuild
35 index a439e334e1d..a55307607e9 100644
36 --- a/dev-python/cryptography/cryptography-2.3.1.ebuild
37 +++ b/dev-python/cryptography/cryptography-2.3.1.ebuild
38 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
39 SLOT="0"
40 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 IUSE="libressl test"
42 +RESTRICT="!test? ( test )"
43
44 # the openssl 1.0.2l-r1 needs to be updated again :(
45 # It'd theb be able to go into the || section again
46
47 diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild
48 index c614fbc3c92..c6d14006331 100644
49 --- a/dev-python/cryptography/cryptography-2.3.ebuild
50 +++ b/dev-python/cryptography/cryptography-2.3.ebuild
51 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
52 SLOT="0"
53 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
54 IUSE="libressl test"
55 +RESTRICT="!test? ( test )"
56
57 # the openssl 1.0.2l-r1 needs to be updated again :(
58 # It'd theb be able to go into the || section again
59
60 diff --git a/dev-python/cryptography/cryptography-2.4.2.ebuild b/dev-python/cryptography/cryptography-2.4.2.ebuild
61 index c614fbc3c92..c6d14006331 100644
62 --- a/dev-python/cryptography/cryptography-2.4.2.ebuild
63 +++ b/dev-python/cryptography/cryptography-2.4.2.ebuild
64 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
67 IUSE="libressl test"
68 +RESTRICT="!test? ( test )"
69
70 # the openssl 1.0.2l-r1 needs to be updated again :(
71 # It'd theb be able to go into the || section again
72
73 diff --git a/dev-python/cryptography/cryptography-2.5.ebuild b/dev-python/cryptography/cryptography-2.5.ebuild
74 index defeba4778b..da47b8248bd 100644
75 --- a/dev-python/cryptography/cryptography-2.5.ebuild
76 +++ b/dev-python/cryptography/cryptography-2.5.ebuild
77 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
78 SLOT="0"
79 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
80 IUSE="libressl idna test"
81 +RESTRICT="!test? ( test )"
82
83 # the openssl 1.0.2l-r1 needs to be updated again :(
84 # It'd theb be able to go into the || section again
85
86 diff --git a/dev-python/cryptography/cryptography-2.6.1.ebuild b/dev-python/cryptography/cryptography-2.6.1.ebuild
87 index 41f0e586660..52a71757df0 100644
88 --- a/dev-python/cryptography/cryptography-2.6.1.ebuild
89 +++ b/dev-python/cryptography/cryptography-2.6.1.ebuild
90 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
91 SLOT="0"
92 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
93 IUSE="libressl idna test"
94 +RESTRICT="!test? ( test )"
95
96 # the openssl 1.0.2l-r1 needs to be updated again :(
97 # It'd theb be able to go into the || section again
98
99 diff --git a/dev-python/cryptography/cryptography-2.7.ebuild b/dev-python/cryptography/cryptography-2.7.ebuild
100 index adb8ae7c50f..79ef2f06b93 100644
101 --- a/dev-python/cryptography/cryptography-2.7.ebuild
102 +++ b/dev-python/cryptography/cryptography-2.7.ebuild
103 @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 BSD )"
104 SLOT="0"
105 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
106 IUSE="libressl idna test"
107 +RESTRICT="!test? ( test )"
108
109 # the openssl 1.0.2l-r1 needs to be updated again :(
110 # It'd theb be able to go into the || section again