diff options
author | George Shapovalov <george@gentoo.org> | 2003-06-03 05:03:40 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-06-03 05:03:40 +0000 |
commit | dabe07da9fe9dd418de4e989c99b65ef2c7f6dae (patch) | |
tree | ef9fb196cf7387ec7a3afd5412da9e34e62558e4 /x11-misc/xaos | |
parent | versioned the compose.dir bz2 file on the mirrors (diff) | |
download | gentoo-2-dabe07da9fe9dd418de4e989c99b65ef2c7f6dae.tar.gz gentoo-2-dabe07da9fe9dd418de4e989c99b65ef2c7f6dae.tar.bz2 gentoo-2-dabe07da9fe9dd418de4e989c99b65ef2c7f6dae.zip |
disabled ggi in _pre5 as well
Diffstat (limited to 'x11-misc/xaos')
-rw-r--r-- | x11-misc/xaos/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xaos/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.1_pre5.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog index 830b9fe04590..afe3af78e2a3 100644 --- a/x11-misc/xaos/ChangeLog +++ b/x11-misc/xaos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xaos # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.3 2003/05/30 09:11:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.4 2003/06/03 05:03:28 george Exp $ + + 2 June 2003; George Shapovalov <george@gentoo.org> xaos-3.1_pre5.ebuild : + disabled ggi completely in _pre5 as well as the release is in testing still. *xaos-3.1 (30 May 2003) diff --git a/x11-misc/xaos/Manifest b/x11-misc/xaos/Manifest index 0301b7d83b28..d0b015eaf25e 100644 --- a/x11-misc/xaos/Manifest +++ b/x11-misc/xaos/Manifest @@ -1,5 +1,5 @@ -MD5 70aeff241952871f8f16ad241bfd9f1a xaos-3.1_pre5.ebuild 1575 +MD5 191604cb275d6d0479b2ccd5f97965ac xaos-3.1_pre5.ebuild 1575 MD5 b17179d0ff5843279480ca9c846144c0 xaos-3.1.ebuild 1665 -MD5 abdb9426a745f5f20bfa3244b8544304 ChangeLog 713 +MD5 ad32d9433a7ad7026521c629c1b07bd4 ChangeLog 868 MD5 f15bb8d89c74bd6168e7e67b16b789d4 files/digest-xaos-3.1 61 MD5 94464bc3f5d2a609e7c9df60b40e022f files/digest-xaos-3.1_pre5 65 diff --git a/x11-misc/xaos/xaos-3.1_pre5.ebuild b/x11-misc/xaos/xaos-3.1_pre5.ebuild index e37a23c28821..76d3918b233d 100644 --- a/x11-misc/xaos/xaos-3.1_pre5.ebuild +++ b/x11-misc/xaos/xaos-3.1_pre5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1_pre5.ebuild,v 1.3 2003/05/30 09:11:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1_pre5.ebuild,v 1.4 2003/06/03 05:03:28 george Exp $ IUSE="X svga aalib" @@ -29,7 +29,8 @@ src_compile() { # use dga || myconf="${myconf} --with-dga-driver=no" # ggi support is broken -# use ggi || myconf="${myconf} --with-ggi-driver=no" +# use ggi || + myconf="${myconf} --with-ggi-driver=no" use svga || myconf="${myconf} --with-svga-driver=no" # use aalib || myconf="${myconf} --with-aa-driver=no" |