diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-21 19:16:04 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-21 19:16:04 +0000 |
commit | cc89d55b9c5a1eab7e7cf1ef7e480809a5d87669 (patch) | |
tree | c9b26ee11ef942fa4cc5fd0e48d9b814268989e1 /media-video/ati-gatos | |
parent | added ~amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-cc89d55b9c5a1eab7e7cf1ef7e480809a5d87669.tar.gz gentoo-2-cc89d55b9c5a1eab7e7cf1ef7e480809a5d87669.tar.bz2 gentoo-2-cc89d55b9c5a1eab7e7cf1ef7e480809a5d87669.zip |
Add check for xfree version.
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 | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog index b4976f381ad2..61088778c7c9 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.13 2004/02/14 18:07:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.14 2004/03/21 19:16:04 spyderous Exp $ + + 21 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; ati-gatos-4.3.0.ebuild: + Add check for xfree version. 14 Feb 2004; Donnie Berkholz <spyderous@gentoo.org>; ati-gatos-4.3.0.ebuild: Change dep to xfree-4.3.0-r6, another security fix in -r5. 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 8a4b2b4622ba..80c60415cca1 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.8 2004/02/14 18:07:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.3.0.ebuild,v 1.9 2004/03/21 19:16:04 spyderous Exp $ inherit eutils @@ -18,6 +18,11 @@ DEPEND="${DEPEND} >=x11-base/xfree-4.3.0-r6" pkg_setup() { + if has_version ">=x11-base/xfree-4.3.99" + then + die "This only works with xfree-4.3.0. Please downgrade." + fi + if [ ! "`grep gatos /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ] then ewarn "This package requires that xfree was merged with the gatos USE flag enabled." |