summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-02 11:32:04 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-02 11:32:04 +0000
commit7dc7781fa02eb5e1cf81f82f1f86d845973ac9bb (patch)
treebfdf5a5dd0afdd0b6abc04be513cb87d909a33f1 /x11-wm
parentreadded stable version (diff)
downloadhistorical-7dc7781fa02eb5e1cf81f82f1f86d845973ac9bb.tar.gz
historical-7dc7781fa02eb5e1cf81f82f1f86d845973ac9bb.tar.bz2
historical-7dc7781fa02eb5e1cf81f82f1f86d845973ac9bb.zip
new sexy use style for ARCH :P
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/icewm-1.2.0-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-wm/icewm/icewm-1.2.0-r1.ebuild b/x11-wm/icewm/icewm-1.2.0-r1.ebuild
index 1336828229a1..a4f16dfd6ba0 100644
--- a/x11-wm/icewm/icewm-1.2.0-r1.ebuild
+++ b/x11-wm/icewm/icewm-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.0-r1.ebuild,v 1.8 2002/11/02 11:30:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.0-r1.ebuild,v 1.9 2002/11/02 11:32:04 seemant Exp $
IUSE="truetype nls esd imlib"
@@ -62,12 +62,9 @@ src_compile(){
|| myconf="${myconf} --disable-xfreetype"
# until the new sexy use style arch code is implemented...
- if [ ${ARCH} != "x86" ]
- then
- myconf="${myconf} --disable-x86-asm"
- else
- myconf="${myconf} --enable-x86-asm"
- fi
+ use x86 \
+ && myconf="${myconf} --enable-x86-asm" \
+ || myconf="${myconf} --disable-x86-asm"
econf \
--with-libdir=/usr/lib/icewm \