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 | 2a9ea685f1f96bbf649e0347d8993d87a726a98e (patch) | |
tree | e9a7dcd69f5a5709c67dc77f8317a4ee1314e25f /media-video/alevt/alevt-1.6.1-r4.ebuild | |
parent | - version bump for new features. removed old crusty ebuilds (diff) | |
download | historical-2a9ea685f1f96bbf649e0347d8993d87a726a98e.tar.gz historical-2a9ea685f1f96bbf649e0347d8993d87a726a98e.tar.bz2 historical-2a9ea685f1f96bbf649e0347d8993d87a726a98e.zip |
Pinpoint virtual/x11 version to less than 7.
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'media-video/alevt/alevt-1.6.1-r4.ebuild')
-rw-r--r-- | media-video/alevt/alevt-1.6.1-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/alevt/alevt-1.6.1-r4.ebuild b/media-video/alevt/alevt-1.6.1-r4.ebuild index f198c0a0fa19..80ec4adf3d7f 100644 --- a/media-video/alevt/alevt-1.6.1-r4.ebuild +++ b/media-video/alevt/alevt-1.6.1-r4.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-r4.ebuild,v 1.1 2006/06/26 09:21:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.1-r4.ebuild,v 1.2 2006/07/09 20:14:49 flameeyes Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -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} |