diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-06-30 13:13:10 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-06-30 13:19:33 -0500 |
commit | 899ed8dde1c1484378b5dbf11f86686def953e42 (patch) | |
tree | ec914c96d0145bdb64c870150f1a21f07cc581dc /sys-fs/mp3fs | |
parent | sci-calculators/qalculate-gtk: version bump to 3.2.0 (diff) | |
download | gentoo-899ed8dde1c1484378b5dbf11f86686def953e42.tar.gz gentoo-899ed8dde1c1484378b5dbf11f86686def953e42.tar.bz2 gentoo-899ed8dde1c1484378b5dbf11f86686def953e42.zip |
sys-fs/mp3fs: use slotted fuse dependency
Closes: https://bugs.gentoo.org/673642
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r-- | sys-fs/mp3fs/mp3fs-0.91-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/mp3fs/mp3fs-0.91.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild index e3b560646d84..278fef25efed 100644 --- a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild +++ b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ IUSE="" RESTRICT=test -DEPEND="sys-fs/fuse:= +DEPEND="sys-fs/fuse:0= media-libs/libid3tag:= media-libs/flac:= media-sound/lame diff --git a/sys-fs/mp3fs/mp3fs-0.91.ebuild b/sys-fs/mp3fs/mp3fs-0.91.ebuild index 781cd6151251..8c8622ae981e 100644 --- a/sys-fs/mp3fs/mp3fs-0.91.ebuild +++ b/sys-fs/mp3fs/mp3fs-0.91.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="sys-fs/fuse +DEPEND="sys-fs/fuse:0= media-libs/libid3tag media-libs/flac media-sound/lame |