diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-16 17:49:07 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-16 17:49:07 +0000 |
commit | 487bf5f0a37362beb1f1a42349caec51b66c1792 (patch) | |
tree | 90be5996f17b17c7b1a2c338a4d639cc342513ed /app-editors | |
parent | homepage fix (diff) | |
download | gentoo-2-487bf5f0a37362beb1f1a42349caec51b66c1792.tar.gz gentoo-2-487bf5f0a37362beb1f1a42349caec51b66c1792.tar.bz2 gentoo-2-487bf5f0a37362beb1f1a42349caec51b66c1792.zip |
Removed --without-x to configure options. Fixes #2728. Submitted by Scott Garner
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/vim/vim-6.1-r10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 968c3165d46d..60778601f79a 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-editors/vim # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.16 2002/08/05 05:31:07 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.17 2002/08/16 17:49:07 rphillips Exp $ vim-6.1-r10.ebuild (4 Aug 2002) + 16 Aug 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r10.ebuild : + + Removed without-x support to console ebuilds. + 4 Aug 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r10.ebuild : Thanks to Bret Towe the 'add-on' patches file now includes every single diff --git a/app-editors/vim/vim-6.1-r10.ebuild b/app-editors/vim/vim-6.1-r10.ebuild index 94d94cdbf3dd..32c36dee1815 100644 --- a/app-editors/vim/vim-6.1-r10.ebuild +++ b/app-editors/vim/vim-6.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r10.ebuild,v 1.2 2002/08/14 18:36:03 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r10.ebuild,v 1.3 2002/08/16 17:49:07 rphillips Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -174,7 +174,7 @@ src_compile() { ./configure \ --prefix=/usr --mandir=/usr/share/man --host=$CHOST \ --with-features=huge --with-cscope $myconf \ - --enable-gui=no --without-x \ + --enable-gui=no \ || die "vim configure failed" # Parallel make does not work make || die "vim make failed" |