--- sudo-1.7.2_p1.ebuild.orig 2009-10-02 11:45:35.000000000 +0300 +++ sudo-1.7.2_p1.ebuild 2009-10-02 11:45:46.000000000 +0300 @@ -24,7 +24,7 @@ LICENSE="as-is BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="pam skey offensive ldap selinux" +IUSE="pam skey offensive ldap selinux vanilla" DEPEND="pam? ( virtual/pam ) ldap? ( @@ -157,6 +157,7 @@ # XXX: /bin/vi may not be available, make nano visudo's default. econf --with-secure-path="${ROOTPATH}" \ --with-editor=/bin/nano \ + $(use_with vanilla editor /usr/bin/vi) \ --with-env-editor \ $(use_with offensive insults) \ $(use_with offensive all-insults) \