Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llfuse/
Date: Thu, 01 Mar 2018 19:36:01
Message-Id: 1519932885.33fd9f65cb8aa81d66f6fc9e812615ce3d790c52.radhermit@gentoo
1 commit: 33fd9f65cb8aa81d66f6fc9e812615ce3d790c52
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 21:51:10 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 19:34:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fd9f65
7
8 dev-python/llfuse: stabilize 1.3.2
9
10 dev-python/llfuse/llfuse-1.3.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild
14 index 39a459c3a96..8a32b03fd7a 100644
15 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild
16 +++ b/dev-python/llfuse/llfuse-1.3.2.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
18
19 LICENSE="LGPL-2"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~x86"
22 +KEYWORDS="amd64 x86"
23 IUSE="doc examples test"
24
25 RDEPEND=">=sys-fs/fuse-2.8.0:0