summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/ati-gatos/ChangeLog5
-rw-r--r--media-video/ati-gatos/ati-gatos-4.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog
index 8e95ef18b26b..389edfa1a491 100644
--- a/media-video/ati-gatos/ChangeLog
+++ b/media-video/ati-gatos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ati-gatos
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.10 2004/02/05 21:35:07 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.11 2004/02/08 04:59:47 battousai Exp $
+
+ 08 Feb 2004; <bryan@gentoo.org> ati-gatos-4.3.0.ebuild:
+ Now depends on xfree >=4.3.0-r4 for the gatos-SDK patch
05 Feb 2004; Bryan Stine <battousai@gentoo.org>; :
Fix globbing in xfree sdk USE detection. If sdk was in USE when emerging
diff --git a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild
index afc0a59102e5..a959db2f8bf4 100644
--- a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild
+++ b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.3.0.ebuild,v 1.5 2004/02/05 21:35:07 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.3.0.ebuild,v 1.6 2004/02/08 04:59:47 battousai Exp $
inherit eutils
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86"
DEPEND="${DEPEND}
- x11-base/xfree"
+ >=x11-base/xfree-4.3.0-r4"
pkg_setup() {
if [ ! "`grep gatos /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ]