summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-08 22:34:22 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-08 22:34:22 +0000
commitb7f3ff38fd83211467a47f977f77070af7163339 (patch)
tree7ad66e4691f6053f5514ade77ff72573283b0b86 /media-video/oxine/oxine-0.2.ebuild
parentstable on ia64 (diff)
downloadhistorical-b7f3ff38fd83211467a47f977f77070af7163339.tar.gz
historical-b7f3ff38fd83211467a47f977f77070af7163339.tar.bz2
historical-b7f3ff38fd83211467a47f977f77070af7163339.zip
Added missing dep on popt. Fixes #70477. Removed COPYING from dodoc.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'media-video/oxine/oxine-0.2.ebuild')
-rw-r--r--media-video/oxine/oxine-0.2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/oxine/oxine-0.2.ebuild b/media-video/oxine/oxine-0.2.ebuild
index 586581141b4f..438617ad1052 100644
--- a/media-video/oxine/oxine-0.2.ebuild
+++ b/media-video/oxine/oxine-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.2.ebuild,v 1.8 2004/11/25 15:12:32 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.2.ebuild,v 1.9 2005/05/08 22:34:22 flameeyes Exp $
inherit eutils
@@ -11,6 +11,7 @@ LICENSE="GPL-2"
DEPEND=">=media-libs/xine-lib-1_beta8
lirc? ( app-misc/lirc )
nls? ( sys-devel/gettext )
+ dev-libs/popt
virtual/x11"
IUSE="nls lirc"
@@ -45,5 +46,5 @@ src_install() {
docsdir=/usr/share/doc/${PF} \
install || die
- dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}