diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 17:38:35 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 17:38:35 +0000 |
commit | f587af7389ef50a96cc141051ca7f267a2b53007 (patch) | |
tree | a8d72fb470999e6b79b5ea56dbba07fbaafcb961 /app-editors | |
parent | Setting to ~x86. (diff) | |
download | gentoo-2-f587af7389ef50a96cc141051ca7f267a2b53007.tar.gz gentoo-2-f587af7389ef50a96cc141051ca7f267a2b53007.tar.bz2 gentoo-2-f587af7389ef50a96cc141051ca7f267a2b53007.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* |