diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 22:22:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 22:22:48 +0100 |
commit | f44244fef2efc4b1c4c43e6973fffd709d0f593f (patch) | |
tree | 741a2d68aceec0be6aab83f0177ce21b967b20f1 /sys-fs | |
parent | sys-fs/mp3fs: add missing slot operator dep (libid3tag) (diff) | |
download | gentoo-f44244fef2efc4b1c4c43e6973fffd709d0f593f.tar.gz gentoo-f44244fef2efc4b1c4c43e6973fffd709d0f593f.tar.bz2 gentoo-f44244fef2efc4b1c4c43e6973fffd709d0f593f.zip |
sys-fs/mtpfs: add missing slot operator dep (libid3tag)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mtpfs/mtpfs-1.1-r6.ebuild (renamed from sys-fs/mtpfs/mtpfs-1.1-r5.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/mtpfs/mtpfs-1.1-r5.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild index 4230a9048a14..3bc2351e26c1 100644 --- a/sys-fs/mtpfs/mtpfs-1.1-r5.ebuild +++ b/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,10 +13,10 @@ KEYWORDS="amd64 x86" IUSE="debug mad" RDEPEND="dev-libs/glib:2 - >=media-libs/libmtp-1.1.2 + >=media-libs/libmtp-1.1.2:= <sys-fs/fuse-3:0= mad? ( - media-libs/libid3tag + media-libs/libid3tag:= media-libs/libmad )" DEPEND="${RDEPEND}" |