diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-02-08 04:59:47 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-02-08 04:59:47 +0000 |
commit | 824197ea37dcab60e406da22da951ca5b04eaf85 (patch) | |
tree | 20a711c5d07885d7d611f51c6def9687c4145543 /media-video/ati-gatos | |
parent | remove vpopmail advertisement in error messages (diff) | |
download | gentoo-2-824197ea37dcab60e406da22da951ca5b04eaf85.tar.gz gentoo-2-824197ea37dcab60e406da22da951ca5b04eaf85.tar.bz2 gentoo-2-824197ea37dcab60e406da22da951ca5b04eaf85.zip |
Now depends on xfree >=4.3.0-r4 for the gatos-SDK patch
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r-- | media-video/ati-gatos/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.3.0.ebuild | 4 |
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`" ] |