diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:59:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:59:55 +0000 |
commit | 6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f (patch) | |
tree | a4ed00dfa82d22ce0fa193a2586c795b15647de2 /media-libs/aalib/aalib-1.4_rc4-r2.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-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.ebuild | 6 |
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" |