Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/
Date: Sun, 30 Jun 2019 18:20:28
Message-Id: 1561918773.899ed8dde1c1484378b5dbf11f86686def953e42.tamiko@gentoo
1 commit: 899ed8dde1c1484378b5dbf11f86686def953e42
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 18:13:10 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 18:19:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899ed8dd
7
8 sys-fs/mp3fs: use slotted fuse dependency
9
10 Closes: https://bugs.gentoo.org/673642
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 sys-fs/mp3fs/mp3fs-0.91-r1.ebuild | 4 ++--
15 sys-fs/mp3fs/mp3fs-0.91.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
19 index e3b560646d8..278fef25efe 100644
20 --- a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
21 +++ b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -14,7 +14,7 @@ IUSE=""
29
30 RESTRICT=test
31
32 -DEPEND="sys-fs/fuse:=
33 +DEPEND="sys-fs/fuse:0=
34 media-libs/libid3tag:=
35 media-libs/flac:=
36 media-sound/lame
37
38 diff --git a/sys-fs/mp3fs/mp3fs-0.91.ebuild b/sys-fs/mp3fs/mp3fs-0.91.ebuild
39 index 781cd615125..8c8622ae981 100644
40 --- a/sys-fs/mp3fs/mp3fs-0.91.ebuild
41 +++ b/sys-fs/mp3fs/mp3fs-0.91.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -12,7 +12,7 @@ SLOT="0"
49 KEYWORDS="amd64 x86"
50 IUSE=""
51
52 -DEPEND="sys-fs/fuse
53 +DEPEND="sys-fs/fuse:0=
54 media-libs/libid3tag
55 media-libs/flac
56 media-sound/lame