diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 04:12:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-22 04:17:03 +0100 |
commit | b7b5a7c687cc4025c508993424ef328f32f7e8b9 (patch) | |
tree | 7213c2497e14610c6703994e9f7f1613b22a5f67 /media-video | |
parent | net-dialup/freeradius-client: Adding virtual/libcrypt as dependency (diff) | |
download | gentoo-b7b5a7c687cc4025c508993424ef328f32f7e8b9.tar.gz gentoo-b7b5a7c687cc4025c508993424ef328f32f7e8b9.tar.bz2 gentoo-b7b5a7c687cc4025c508993424ef328f32f7e8b9.zip |
media-video/oxine: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/808819
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/oxine/oxine-0.7.1-r4.ebuild (renamed from media-video/oxine/oxine-0.7.1-r3.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/oxine/oxine-0.7.1-r3.ebuild b/media-video/oxine/oxine-0.7.1-r4.ebuild index 877be6611ffe..c827c4ee2203 100644 --- a/media-video/oxine/oxine-0.7.1-r3.ebuild +++ b/media-video/oxine/oxine-0.7.1-r4.ebuild @@ -8,14 +8,16 @@ inherit flag-o-matic DESCRIPTION="OSD frontend for Xine" HOMEPAGE="http://oxine.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="curl debug dvb exif joystick jpeg lirc nls png v4l X" COMMON_DEPEND=" dev-libs/libcdio media-libs/xine-lib[v4l?,X,imagemagick] + virtual/libcrypt:= curl? ( net-misc/curl ) dvb? ( media-libs/xine-lib[v4l] ) joystick? ( media-libs/libjsw ) |