diff options
author | 2002-12-27 17:38:35 +0000 | |
---|---|---|
committer | 2002-12-27 17:38:35 +0000 | |
commit | bee5c97a74aee9d949ab0984dea2a6b418348b48 (patch) | |
tree | 88671378d886cf45599bb865ae1aa6653c7d0f61 /app-editors | |
parent | Setting to ~x86. (diff) | |
download | historical-bee5c97a74aee9d949ab0984dea2a6b418348b48.tar.gz historical-bee5c97a74aee9d949ab0984dea2a6b418348b48.tar.bz2 historical-bee5c97a74aee9d949ab0984dea2a6b418348b48.zip |
fixed typo on my part with the X use vars
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-6.1-r17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-6.1-r17.ebuild b/app-editors/vim/vim-6.1-r17.ebuild index 1a6c773a4fea..f1122c608d8b 100644 --- a/app-editors/vim/vim-6.1-r17.ebuild +++ b/app-editors/vim/vim-6.1-r17.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r17.ebuild,v 1.11 2002/12/16 21:15:48 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r17.ebuild,v 1.12 2002/12/27 17:38:35 rphillips Exp $ VIMPATCH="vimpatch-1-263.tar.bz2" inherit vim @@ -38,7 +38,7 @@ src_compile() { # the configure script should autodetect X being installed, so # we'll specifically turn it off if X is not in the USE vars. # -rphillips - use X && myconf="$myconf --without-x" + use X && myconf="$myconf --with-x" # This should fix a sandbox violation. for file in /dev/pty/s* |