diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 05:34:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 05:34:07 +0000 |
commit | 5b918dc2b872a5737090c9d741d5016ef68c4cb7 (patch) | |
tree | f1e3e116cf1a59761118cdfc3b2900603b2fee45 /media-video/vlc/vlc-0.8.5-r5.ebuild | |
parent | Marked stable on mips. (diff) | |
download | historical-5b918dc2b872a5737090c9d741d5016ef68c4cb7.tar.gz historical-5b918dc2b872a5737090c9d741d5016ef68c4cb7.tar.bz2 historical-5b918dc2b872a5737090c9d741d5016ef68c4cb7.zip |
Pinpoint virtual/x11 version to less than 7.
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'media-video/vlc/vlc-0.8.5-r5.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.8.5-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-0.8.5-r5.ebuild b/media-video/vlc/vlc-0.8.5-r5.ebuild index bd7b6aeeae7b..a9a9aa9eaab3 100644 --- a/media-video/vlc/vlc-0.8.5-r5.ebuild +++ b/media-video/vlc/vlc-0.8.5-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.5-r5.ebuild,v 1.1 2006/07/08 13:50:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.5-r5.ebuild,v 1.2 2006/07/09 05:34:07 flameeyes Exp $ inherit eutils wxwidgets multilib autotools toolchain-funcs gnome2 nsplugins @@ -91,7 +91,7 @@ RDEPEND=" x11-libs/libXext xv? ( x11-libs/libXv ) xinerama? ( x11-libs/libXinerama ) - ) virtual/x11 ) + ) <virtual/x11-7 ) opengl? ( virtual/opengl ) ) directfb? ( dev-libs/DirectFB ) @@ -106,7 +106,7 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xextproto xinerama? ( x11-proto/xineramaproto ) - ) virtual/x11 ) + ) <virtual/x11-7 ) ) dev-util/pkgconfig" |