diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-08-24 15:10:29 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-08-24 15:10:29 +0000 |
commit | b6612da26253cad194c5b83e23237314a007a02f (patch) | |
tree | eb702a6f0b034fa4a08beb8152321f19c2ff4040 /x11-misc/Xautoconfig | |
parent | Fixes #6865. (diff) | |
download | gentoo-2-b6612da26253cad194c5b83e23237314a007a02f.tar.gz gentoo-2-b6612da26253cad194c5b83e23237314a007a02f.tar.bz2 gentoo-2-b6612da26253cad194c5b83e23237314a007a02f.zip |
fixed broken line wraps
Diffstat (limited to 'x11-misc/Xautoconfig')
-rw-r--r-- | x11-misc/Xautoconfig/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/Xautoconfig/ChangeLog b/x11-misc/Xautoconfig/ChangeLog index ffb45417d375..f5cb4cd2d114 100644 --- a/x11-misc/Xautoconfig/ChangeLog +++ b/x11-misc/Xautoconfig/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-misc/Xautoconfig # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.2 2002/05/14 04:01:21 daybird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.3 2002/08/24 15:10:29 gerk Exp $ *Xautoconfig-0.15-(May 8 2002) + 24 Aug 2002; Mark Guertin <gerk@gentoo.org> Xautoconfig-0.15.ebuild : + Fixed improper line wraps and added -x86 -sparc* to keywords + 13 May 2002; D. Chamberlain <daybird@gentoo.org> Added dep for pciutils. diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild index c2eb3cf7132f..18aaae568a13 100644 --- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild +++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -or later # Author David Chamberlain <daybird@gentoo.org> # $Header: -/home/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.3 2002/05/14 04:01:21 daybird Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later # Author David Chamberlain <daybird@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.6 2002/08/24 15:10:29 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xautoconfig is a PPC only config file generator for xfree86" @@ -8,7 +8,7 @@ SRC_URI="http://ftp.penguinppc.org/projects/xautocfg/${P}.tar.gz" HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc" +KEYWORDS="ppc -x86 -sparc -sparc64" DEPEND="sys-apps/pciutils" |