--- /usr/portage/gentoo/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild 2013-11-30 06:01:33.000000000 +0000 +++ gettext-0.18.3.1-r1.ebuild 2013-12-05 15:46:33.991511910 +0000 @@ -13,13 +13,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="acl -cvs doc emacs git java nls +cxx openmp static-libs elibc_glibc" +IUSE="acl -cvs doc emacs git java ncurses nls +cxx openmp static-libs elibc_glibc" DEPEND="virtual/libiconv dev-libs/libxml2 - sys-libs/ncurses dev-libs/expat acl? ( virtual/acl ) + ncurses? ( sys-libs/ncurses ) java? ( >=virtual/jdk-1.4 )" RDEPEND="${DEPEND} !git? ( cvs? ( dev-vcs/cvs ) ) @@ -60,6 +60,7 @@ src_configure() { --with-included-libcroco \ --with-included-libunistring \ $(use_enable acl) \ + $(use_enable ncurses curses) \ $(use_enable openmp) \ $(use_enable static-libs static) \ $(use_with git) \