Index: evms-2.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.4.0.ebuild,v retrieving revision 1.2 diff -u -b -B -w -p -r1.2 evms-2.4.0.ebuild --- evms-2.4.0.ebuild 7 Oct 2004 07:23:53 -0000 1.2 +++ evms-2.4.0.ebuild 26 Oct 2004 14:20:05 -0000 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P} LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc" -IUSE="ncurses gtk" +IUSE="ncurses gtk nls" #EVMS uses libuuid from e2fsprogs DEPEND="virtual/libc @@ -29,6 +29,7 @@ src_compile() { local excluded_interfaces="" use ncurses || excluded_interfaces="--disable-text-mode" use gtk || excluded_interfaces="${excluded_interfaces} --disable-gui" + use nls || excluded_interfaces="${excluded_interfaces} --disable-nls" econf \ --libdir=/$(get_libdir) \