diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 20:42:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 20:43:40 +0300 |
commit | 3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901 (patch) | |
tree | 592a32d16583eac6eafd2653196ac74691e437d4 /app-text | |
parent | app-misc/tracker-miners: migrate from libav (diff) | |
download | gentoo-3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901.tar.gz gentoo-3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901.tar.bz2 gentoo-3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901.zip |
app-text/goldendict:
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild index cbbb665fe20e..d8de78923963 100644 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug ffmpeg libav" +IUSE="debug ffmpeg " RDEPEND=" app-arch/bzip2 @@ -39,8 +39,7 @@ RDEPEND=" x11-libs/libXtst ffmpeg? ( media-libs/libao - libav? ( media-video/libav:0= ) - !libav? ( media-video/ffmpeg:0= ) + media-video/ffmpeg:0= ) " DEPEND="${RDEPEND}" |