diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-01-14 00:58:02 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-01-14 00:58:02 +0000 |
commit | 2914cb52dc256b92ea0db01b289480805da83dc5 (patch) | |
tree | 981af3e3b2ddeff2b55c78cef9b586c2689fe4ad /media-video/ati-gatos/ati-gatos-4.3.0.ebuild | |
parent | Fix for bug #38032 (diff) | |
download | historical-2914cb52dc256b92ea0db01b289480805da83dc5.tar.gz historical-2914cb52dc256b92ea0db01b289480805da83dc5.tar.bz2 historical-2914cb52dc256b92ea0db01b289480805da83dc5.zip |
Fix typo in email address
Diffstat (limited to 'media-video/ati-gatos/ati-gatos-4.3.0.ebuild')
-rw-r--r-- | media-video/ati-gatos/ati-gatos-4.3.0.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
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 b5ea312b44c0..484b3b5d504e 100644 --- a/media-video/ati-gatos/ati-gatos-4.3.0.ebuild +++ b/media-video/ati-gatos/ati-gatos-4.3.0.ebuild @@ -1,13 +1,13 @@ # 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.1 2004/01/13 22:17:05 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.3.0.ebuild,v 1.2 2004/01/14 00:58:02 battousai Exp $ inherit eutils IUSE="" DESCRIPTION="ATI Multimedia-capable drivers for XFree86" -SRC_URI="http://www.kentonet.net/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://gatos.sourceforge.net/" SLOT="0" @@ -18,8 +18,11 @@ DEPEND="${DEPEND} x11-base/xfree" pkg_setup() { - ewarn "This package requires that xfree was merged with the gatos USE flag enabled." - grep gatos /var/db/pkg/x11-base/xfree*/USE || die "Please merge xfree with the gatos and sdk USE flags enabled." + if [ ! "`grep gatos /var/db/pkg/x11-base/xfree*/USE`" ] + then + ewarn "This package requires that xfree was merged with the gatos USE flag enabled." + die "Please merge xfree with the gatos and sdk USE flags enabled." + fi } src_compile() { |