summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-16 22:21:48 +0100
committerSam James <sam@gentoo.org>2021-08-16 22:22:47 +0100
commit3cb52a14e747b5b9c28acfcc6fe37d41b8a29525 (patch)
tree581a3de137f4421d5f2d9f7233d36b0cdde3eea8 /sys-fs/mp3fs
parentnet-misc/minidlna: add missing slot operator dep (libid3tag) (diff)
downloadgentoo-3cb52a14e747b5b9c28acfcc6fe37d41b8a29525.tar.gz
gentoo-3cb52a14e747b5b9c28acfcc6fe37d41b8a29525.tar.bz2
gentoo-3cb52a14e747b5b9c28acfcc6fe37d41b8a29525.zip
sys-fs/mp3fs: add missing slot operator dep (libid3tag)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r--sys-fs/mp3fs/mp3fs-0.91-r2.ebuild (renamed from sys-fs/mp3fs/mp3fs-0.91-r1.ebuild)9
-rw-r--r--sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild (renamed from sys-fs/mp3fs/mp3fs-1.1.1.ebuild)7
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild
index 76e7779cab45..9cfc17e71ace 100644
--- a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
+++ b/sys-fs/mp3fs/mp3fs-0.91-r2.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
+DESCRIPTION="A read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
HOMEPAGE="https://khenriks.github.com/mp3fs/"
SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT=test
+RESTRICT="test"
DEPEND="sys-fs/fuse:0=
media-libs/libid3tag:=
- media-libs/flac:=
+ media-libs/flac
media-sound/lame
media-libs/libogg"
RDEPEND="${DEPEND}"
diff --git a/sys-fs/mp3fs/mp3fs-1.1.1.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild
index 07bf786da21b..e7f70ab2f022 100644
--- a/sys-fs/mp3fs/mp3fs-1.1.1.ebuild
+++ b/sys-fs/mp3fs/mp3fs-1.1.1-r1.ebuild
@@ -3,20 +3,19 @@
EAPI=6
-DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
+DESCRIPTION="A read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read"
HOMEPAGE="https://khenriks.github.com/mp3fs/"
SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT=test
+RESTRICT="test"
DEPEND="sys-fs/fuse:0=
media-libs/libid3tag:=
- media-libs/flac:=
+ media-libs/flac
media-sound/lame
media-libs/libogg"
RDEPEND="${DEPEND}"