summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-13 00:49:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-13 00:49:03 +0000
commitf5b949f6ee0196d6d471b50bde9aa7637622eeb4 (patch)
tree3f9aed7e0c513d682327691a13227e3c95c016dd /media-video/xine-ui
parentarm/s390/sh love (diff)
downloadgentoo-2-f5b949f6ee0196d6d471b50bde9aa7637622eeb4.tar.gz
gentoo-2-f5b949f6ee0196d6d471b50bde9aa7637622eeb4.tar.bz2
gentoo-2-f5b949f6ee0196d6d471b50bde9aa7637622eeb4.zip
add missing inputproto dep, bug #205548
(Portage version: 2.1.4)
Diffstat (limited to 'media-video/xine-ui')
-rw-r--r--media-video/xine-ui/ChangeLog5
-rw-r--r--media-video/xine-ui/xine-ui-0.99.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/xine-ui/ChangeLog b/media-video/xine-ui/ChangeLog
index e4efac4436db..d4981db2fb49 100644
--- a/media-video/xine-ui/ChangeLog
+++ b/media-video/xine-ui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/xine-ui
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.155 2008/01/08 22:21:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.156 2008/01/13 00:49:03 aballier Exp $
+
+ 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> xine-ui-0.99.5.ebuild:
+ add missing inputproto dep, bug #205548
08 Jan 2008; Alexis Ballier <aballier@gentoo.org> xine-ui-0.99.5.ebuild:
fix automagic on libcaca, thanks to Michael Donaghy
diff --git a/media-video/xine-ui/xine-ui-0.99.5.ebuild b/media-video/xine-ui/xine-ui-0.99.5.ebuild
index 41aa713dd4fd..f9bf285c6178 100644
--- a/media-video/xine-ui/xine-ui-0.99.5.ebuild
+++ b/media-video/xine-ui/xine-ui-0.99.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v 1.10 2008/01/08 22:21:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v 1.11 2008/01/13 00:49:03 aballier Exp $
# WANT_AUTOCONF=latest
# WANT_AUTOMAKE=latest
@@ -39,6 +39,7 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
X? ( x11-libs/libXt
x11-proto/xf86vidmodeproto
+ x11-proto/inputproto
xinerama? ( x11-proto/xineramaproto ) )
dev-util/pkgconfig"