summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-03-04 23:16:03 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-03-04 23:16:03 +0000
commit6f4366dcfd8552ea29b1c9cf58cc002c1c1c1226 (patch)
tree17a8ee4b4369c9f1d6c849b36b297f55a6a90d88
parentCorrected error in apache module conf file logs -> log (diff)
downloadgentoo-2-6f4366dcfd8552ea29b1c9cf58cc002c1c1c1226.tar.gz
gentoo-2-6f4366dcfd8552ea29b1c9cf58cc002c1c1c1226.tar.bz2
gentoo-2-6f4366dcfd8552ea29b1c9cf58cc002c1c1c1226.zip
QA: fix invalid has_version usage, bug 168892
(Portage version: 2.1.2-r12)
-rw-r--r--media-video/ati-gatos/ChangeLog5
-rw-r--r--media-video/ati-gatos/ati-gatos-4.4.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/ati-gatos/ChangeLog b/media-video/ati-gatos/ChangeLog
index a5a7c2626833..a520249c9e6a 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.22 2007/02/22 01:42:13 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ChangeLog,v 1.23 2007/03/04 23:16:03 genstef Exp $
+
+ 04 Mar 2007; <genstef@gentoo.org> ati-gatos-4.4.0.ebuild:
+ QA: fix invalid has_version usage, bug 168892
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/media-video/ati-gatos/ati-gatos-4.4.0.ebuild b/media-video/ati-gatos/ati-gatos-4.4.0.ebuild
index 788d25f6b68b..fec9f9c393e6 100644
--- a/media-video/ati-gatos/ati-gatos-4.4.0.ebuild
+++ b/media-video/ati-gatos/ati-gatos-4.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.4 2005/01/20 04:55:57 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.4.0.ebuild,v 1.5 2007/03/04 23:16:03 genstef Exp $
inherit eutils
@@ -29,7 +29,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- if has_version '>=x11-base/xorg-x11-6.7.99*' ; then
+ if has_version '>x11-base/xorg-x11-6.7' ; then
einfo "Patching ati-gatos for use with >=x11-base/xorg-x11-6.7.99"
epatch ${FILESDIR}/${P}-new-xorg.patch
fi