diff options
-rw-r--r-- | media-video/alevt/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/alevt/alevt-1.6.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/alevt/alevt-1.6.1-r3.ebuild | 6 | ||||
-rw-r--r-- | media-video/alevt/alevt-1.6.1-r4.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/media-video/alevt/ChangeLog b/media-video/alevt/ChangeLog index 1e4d5581d269..a099dd2d5cd3 100644 --- a/media-video/alevt/ChangeLog +++ b/media-video/alevt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/alevt # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/ChangeLog,v 1.24 2006/06/26 09:21:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/ChangeLog,v 1.25 2006/07/09 20:14:49 flameeyes Exp $ + + 09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> alevt-1.6.1-r1.ebuild, + alevt-1.6.1-r3.ebuild, alevt-1.6.1-r4.ebuild: + Pinpoint virtual/x11 version to less than 7. *alevt-1.6.1-r4 (26 Jun 2006) 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} diff --git a/media-video/alevt/alevt-1.6.1-r3.ebuild b/media-video/alevt/alevt-1.6.1-r3.ebuild index 87d3c864ced1..182c850b916d 100644 --- a/media-video/alevt/alevt-1.6.1-r3.ebuild +++ b/media-video/alevt/alevt-1.6.1-r3.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-r3.ebuild,v 1.2 2006/03/19 18:40:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.1-r3.ebuild,v 1.3 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} 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} |