1 |
commit: 93a40bc86b246b9d16b1dc302c29cd4352a7e4c9 |
2 |
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> |
3 |
AuthorDate: Tue Jan 28 11:32:33 2020 +0000 |
4 |
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> |
5 |
CommitDate: Tue Jan 28 11:32:33 2020 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a40bc8 |
7 |
|
8 |
Revert "dev-python/pathlib: ~x86 keyword wrt bug #700918" |
9 |
|
10 |
This reverts commit f49bcc2285dcc2a4ac1ae12e5160f750fff3a7e4. |
11 |
|
12 |
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> |
13 |
|
14 |
dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +- |
15 |
1 file changed, 1 insertion(+), 1 deletion(-) |
16 |
|
17 |
diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild |
18 |
index 8ed6645210f..25b111e7ae8 100644 |
19 |
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild |
20 |
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild |
21 |
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz" |
22 |
|
23 |
LICENSE="MIT" |
24 |
SLOT="0" |
25 |
-KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86" |
26 |
+KEYWORDS="amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86" |
27 |
IUSE="" |
28 |
|
29 |
python_test() { |