diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 20:14:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 20:14:49 +0000 |
commit | b4700209a24d965b29b3844ad5ccb09746a52423 (patch) | |
tree | 597b5024a30c68cc70b5edf177d4e230f1520e31 /media-video/alevt/alevt-1.6.1-r1.ebuild | |
parent | - version bump for new features. removed old crusty ebuilds (diff) | |
download | gentoo-2-b4700209a24d965b29b3844ad5ccb09746a52423.tar.gz gentoo-2-b4700209a24d965b29b3844ad5ccb09746a52423.tar.bz2 gentoo-2-b4700209a24d965b29b3844ad5ccb09746a52423.zip |
Pinpoint virtual/x11 version to less than 7.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'media-video/alevt/alevt-1.6.1-r1.ebuild')
-rw-r--r-- | media-video/alevt/alevt-1.6.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/alevt/alevt-1.6.1-r1.ebuild b/media-video/alevt/alevt-1.6.1-r1.ebuild index 314a6bf88246..d780317d7027 100644 --- a/media-video/alevt/alevt-1.6.1-r1.ebuild +++ b/media-video/alevt/alevt-1.6.1-r1.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/alevt/alevt-1.6.1-r1.ebuild,v 1.3 2006/03/19 18:42:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.1-r1.ebuild,v 1.4 2006/07/09 20:14:49 flameeyes Exp $ inherit eutils @@ -15,11 +15,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" -RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) +RDEPEND="|| ( x11-libs/libX11 <virtual/x11-7 ) >=media-libs/libpng-1.0.12" DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 )" + || ( x11-proto/xproto <virtual/x11-7 )" src_unpack() { unpack ${A} |