summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-27 12:22:47 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-27 12:22:47 +0000
commite0cf9b22d0c8686ff98626eb6eacf901a07cfbe2 (patch)
tree0040eb5adf416da715bbfa469e8c6586e787c254 /x11-drivers/xf86-video-ivtv
parentVersion bump. (diff)
downloadgentoo-2-e0cf9b22d0c8686ff98626eb6eacf901a07cfbe2.tar.gz
gentoo-2-e0cf9b22d0c8686ff98626eb6eacf901a07cfbe2.tar.bz2
gentoo-2-e0cf9b22d0c8686ff98626eb6eacf901a07cfbe2.zip
Depend on older xorg-server as suggested in bug #461534.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-ivtv')
-rw-r--r--x11-drivers/xf86-video-ivtv/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild5
-rw-r--r--x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild5
3 files changed, 13 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ivtv/ChangeLog b/x11-drivers/xf86-video-ivtv/ChangeLog
index cec9956c5c83..949d39034b0b 100644
--- a/x11-drivers/xf86-video-ivtv/ChangeLog
+++ b/x11-drivers/xf86-video-ivtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-ivtv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.23 2013/07/12 08:54:24 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.24 2013/08/27 12:22:47 chithanh Exp $
+
+ 27 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-video-ivtv-1.1.2-r1.ebuild, xf86-video-ivtv-1.1.2.ebuild:
+ Depend on older xorg-server as suggested in bug #461534.
*xf86-video-ivtv-1.1.2-r2 (12 Jul 2013)
diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild
index 159f0de42118..a488ef2bd6e1 100644
--- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild
+++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild,v 1.3 2013/02/27 19:44:27 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild,v 1.4 2013/08/27 12:22:47 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -14,6 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+DEPEND="<x11-base/xorg-server-1.12.49"
+RDEPEND="${DEPEND}"
+
src_prepare() {
EPATCH_SOURCE="${WORKDIR}" \
diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild
index 62721ce89bb2..6fd494ad7ef6 100644
--- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild
+++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild,v 1.4 2013/01/31 02:06:40 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild,v 1.5 2013/08/27 12:22:47 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -12,3 +12,6 @@ SRC_URI="http://dl.ivtvdriver.org/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
+
+DEPEND="<x11-base/xorg-server-1.12.49"
+RDEPEND="${DEPEND}"