summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2004-01-14 01:10:18 +0000
committerBryan Stine <battousai@gentoo.org>2004-01-14 01:10:18 +0000
commita51638a53882e75c72b689668a892c9f2d91a4b7 (patch)
tree6fe6e39b6c283b0571dbdbdb93a0dd7f9e3a8559 /media-video/ati-gatos
parentFix typo in email address (diff)
downloadgentoo-2-a51638a53882e75c72b689668a892c9f2d91a4b7.tar.gz
gentoo-2-a51638a53882e75c72b689668a892c9f2d91a4b7.tar.bz2
gentoo-2-a51638a53882e75c72b689668a892c9f2d91a4b7.zip
Fixed SRC_URI, made pkg_setup ewarn conditional
Diffstat (limited to 'media-video/ati-gatos')
-rw-r--r--media-video/ati-gatos/ChangeLog6
-rw-r--r--media-video/ati-gatos/ati-gatos-4.3.0.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog
index 08eab4a5c835..2e974208280c 100644
--- a/media-video/ati-gatos/ChangeLog
+++ b/media-video/ati-gatos/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for media-video/ati-gatos
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.7 2004/01/14 00:58:01 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.8 2004/01/14 01:10:18 battousai Exp $
*ati-gatos-4.3.0 (13 Jan 2004)
+ 13 Jan 2004; <battousai@gentoo.org> ChangeLog, ati-gatos-4.3.0.ebuild:
+ Warn user about SDK only if XFree was merged without the sdk USE flag. Also,
+ fix the SRC_URI, making it use the Gentoo mirrors.
+
13 Jan 2004; <battousai@gentoo.org> ati-gatos-4.3.0.ebuild:
Updated ebuild. This will build against xfree 4.3.0 with the sdk installed,
putting drivers in an alternate location so as not to interfere with the
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 484b3b5d504e..6c47959e1897 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.2 2004/01/14 00:58:02 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.3.0.ebuild,v 1.3 2004/01/14 01:10:18 battousai Exp $
inherit eutils
@@ -33,7 +33,6 @@ src_compile() {
# Makefile fixes
fix_makefile
-
emake DESTDIR=${D} || die "Problem compiling GATOS drivers."
}