summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 23:59:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 23:59:55 +0000
commit6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f (patch)
treea4ed00dfa82d22ce0fa193a2586c795b15647de2 /media-libs/aalib/aalib-1.4_rc4-r2.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f.tar.gz
historical-6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f.tar.bz2
historical-6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-libs/aalib/aalib-1.4_rc4-r2.ebuild')
-rw-r--r--media-libs/aalib/aalib-1.4_rc4-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/aalib/aalib-1.4_rc4-r2.ebuild b/media-libs/aalib/aalib-1.4_rc4-r2.ebuild
index f8b3047510c2..b219a0a205af 100644
--- a/media-libs/aalib/aalib-1.4_rc4-r2.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc4-r2.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/media-libs/aalib/aalib-1.4_rc4-r2.ebuild,v 1.13 2003/07/18 21:55:44 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc4-r2.ebuild,v 1.14 2003/09/06 23:59:48 msterret Exp $
IUSE="X slang gpm"
@@ -40,11 +40,11 @@ src_compile() {
use slang \
&& myconf="--with-slang-driver=yes" \
|| myconf="--with-slang-driver=no"
-
+
use X \
&& myconf="${myconf} --with-x11-driver=yes" \
|| myconf="${myconf} --with-x11-driver=no"
-
+
use gpm \
&& myconf="${myconf} --with-gpm-mouse=no"