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:02
Message-Id: 1519932885.1d1064503eaafce7bdede47a1f1d98f9a8266033.radhermit@gentoo
1 commit: 1d1064503eaafce7bdede47a1f1d98f9a8266033
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 21:42:55 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=1d106450
7
8 dev-python/llfuse: add missing attr build dep
9
10 Closes: https://bugs.gentoo.org/648326
11
12 dev-python/llfuse/llfuse-1.3.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild
16 index 0c697396485..39a459c3a96 100644
17 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild
18 +++ b/dev-python/llfuse/llfuse-1.3.2.ebuild
19 @@ -20,6 +20,7 @@ RDEPEND=">=sys-fs/fuse-2.8.0:0
20 "
21 DEPEND="
22 dev-python/setuptools[${PYTHON_USEDEP}]
23 + sys-apps/attr
24 virtual/pkgconfig
25 test? (
26 ${RDEPEND}