summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-06-21 20:37:31 +0000
committerMark Guertin <gerk@gentoo.org>2002-06-21 20:37:31 +0000
commit19019d4dc63206528cc3bca0a87863236473e9b6 (patch)
treefcc65d2c5042b322a7430b68aacef1b396a441d1 /x11-misc/Xautoconfig
parentNew version. Fixes #3623 (diff)
downloadhistorical-19019d4dc63206528cc3bca0a87863236473e9b6.tar.gz
historical-19019d4dc63206528cc3bca0a87863236473e9b6.tar.bz2
historical-19019d4dc63206528cc3bca0a87863236473e9b6.zip
updated arch detect setup
Diffstat (limited to 'x11-misc/Xautoconfig')
-rw-r--r--x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild
index c76668341e7d..b32df76c5630 100644
--- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild
+++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild
@@ -1,7 +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: /var/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:
+/home/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"
@@ -10,13 +9,14 @@ HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/"
DEPEND="sys-apps/pciutils"
-if [ ${ARCH} != ppc ]
-then
- die "This is a PPC-only package"
-fi
-
src_unpack() {
+ if [ ${ARCH} != ppc ]
+ then
+ die "This is a PPC-only package"
+ fi
+
+
unpack ${A}
cd ${S}
patch -p1 < ${FILESDIR}/Xautoconfig-0.15.diff || die