diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 20:12:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 20:12:41 +0000 |
commit | fcf584af689d12caf0a4b5a4ccd31e529b9b770b (patch) | |
tree | e953c5cb7fa37f617d86ac358bb199bf9c9da1a4 /media-video | |
parent | Pinpoint virtual/x11 version to less than 7. (diff) | |
download | gentoo-2-fcf584af689d12caf0a4b5a4ccd31e529b9b770b.tar.gz gentoo-2-fcf584af689d12caf0a4b5a4ccd31e529b9b770b.tar.bz2 gentoo-2-fcf584af689d12caf0a4b5a4ccd31e529b9b770b.zip |
Pinpoint virtual/x11 version to less than 7.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/transcode/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.0.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index e7800499e057..84d3f6b02c2a 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/transcode # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.148 2006/06/25 19:00:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.149 2006/07/09 20:12:41 flameeyes Exp $ + + 09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + transcode-1.0.2-r2.ebuild: + Pinpoint virtual/x11 version to less than 7. 25 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +files/transcode-1.0.2-autoconf259d.patch, transcode-1.0.2-r2.ebuild: diff --git a/media-video/transcode/transcode-1.0.2-r2.ebuild b/media-video/transcode/transcode-1.0.2-r2.ebuild index 047a6a7d7320..3cd49e475d27 100644 --- a/media-video/transcode/transcode-1.0.2-r2.ebuild +++ b/media-video/transcode/transcode-1.0.2-r2.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/transcode/transcode-1.0.2-r2.ebuild,v 1.13 2006/06/25 19:00:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.2-r2.ebuild,v 1.14 2006/07/09 20:12:41 flameeyes Exp $ inherit libtool flag-o-matic eutils multilib autotools @@ -44,12 +44,12 @@ RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) X? ( || ( ( x11-libs/libXaw x11-libs/libXv ) - virtual/x11 ) ) + <virtual/x11-7 ) ) " DEPEND="${RDEPEND} v4l2? ( >=sys-kernel/linux-headers-2.6.11 ) - X? ( || ( x11-proto/xextproto virtual/x11 ) )" + X? ( || ( x11-proto/xextproto <virtual/x11-7 ) )" pkg_setup() { if use X && has_version '<x11-base/xorg-x11-7.0' && ! built_with_use x11-base/xorg-x11 xv; then |