commit:     b7b5a7c687cc4025c508993424ef328f32f7e8b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 03:12:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 03:17:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b5a7c6

media-video/oxine: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/808819
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/oxine/{oxine-0.7.1-r3.ebuild => oxine-0.7.1-r4.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-video/oxine/oxine-0.7.1-r3.ebuild 
b/media-video/oxine/oxine-0.7.1-r4.ebuild
similarity index 98%
rename from media-video/oxine/oxine-0.7.1-r3.ebuild
rename to media-video/oxine/oxine-0.7.1-r4.ebuild
index 877be6611ff..c827c4ee220 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 )

Reply via email to