diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/Xautoconfig/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/Xautoconfig/ChangeLog b/x11-misc/Xautoconfig/ChangeLog index 46c5a91f232c..ffb45417d375 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.1 2002/05/09 14:57:34 daybird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.2 2002/05/14 04:01:21 daybird Exp $ *Xautoconfig-0.15-(May 8 2002) + 13 May 2002; D. Chamberlain <daybird@gentoo.org> + Added dep for pciutils. + 8 May 2002; D. Chamberlain <daybird@gentoo.org> ChangeLog : - Initial release of Xautoconfig, patched for Gentoo by Mark Guertin.
\ No newline at end of file + Initial release of Xautoconfig, patched for Gentoo by Mark Guertin. diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild index 6d56b45eab08..c76668341e7d 100644 --- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild +++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild @@ -1,14 +1,14 @@ # 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.2 2002/05/09 14:59:33 daybird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.3 2002/05/14 04:01:21 daybird Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xautoconfig is a PPC only config file generator for xfree86" SRC_URI="http://ftp.penguinppc.org/projects/xautocfg/${P}.tar.gz" HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/" -DEPEND="" +DEPEND="sys-apps/pciutils" if [ ${ARCH} != ppc ] then |