diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-10-03 14:29:48 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-10-03 14:29:48 +0000 |
commit | ebd125d12fa7c8b8253697d9cc523efeab6e0b6c (patch) | |
tree | 166e9aeaaef6658235b22d5bc253e1b6b2c6e807 /x11-libs/libXvMC/libXvMC-1.0.4.ebuild | |
parent | Sparc stable, part of Bug #239414. (diff) | |
download | gentoo-2-ebd125d12fa7c8b8253697d9cc523efeab6e0b6c.tar.gz gentoo-2-ebd125d12fa7c8b8253697d9cc523efeab6e0b6c.tar.bz2 gentoo-2-ebd125d12fa7c8b8253697d9cc523efeab6e0b6c.zip |
add app-admin/eselect-xvmc as a PDEPEND for assistance in configuring this library
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-libs/libXvMC/libXvMC-1.0.4.ebuild')
-rw-r--r-- | x11-libs/libXvMC/libXvMC-1.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libXvMC/libXvMC-1.0.4.ebuild b/x11-libs/libXvMC/libXvMC-1.0.4.ebuild index 21ca9a0434f0..048dba4ee8a8 100644 --- a/x11-libs/libXvMC/libXvMC-1.0.4.ebuild +++ b/x11-libs/libXvMC/libXvMC-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/libXvMC-1.0.4.ebuild,v 1.11 2007/08/07 13:17:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/libXvMC-1.0.4.ebuild,v 1.12 2008/10/03 14:29:48 cardoe Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -17,3 +17,4 @@ RDEPEND="x11-libs/libX11 x11-proto/videoproto x11-proto/xproto" DEPEND="${RDEPEND}" +PDEPEND="app-admin/eselect-xvmc" |