Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493390
Collapse All | Expand All

(-)/usr/portage/gentoo/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild (-2 / +3 lines)
Lines 13-25 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" Link Here
13
LICENSE="GPL-3 LGPL-2"
13
LICENSE="GPL-3 LGPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
16
IUSE="acl -cvs doc emacs git java nls +cxx openmp static-libs elibc_glibc"
16
IUSE="acl -cvs doc emacs git java ncurses nls +cxx openmp static-libs elibc_glibc"
17
17
18
DEPEND="virtual/libiconv
18
DEPEND="virtual/libiconv
19
	dev-libs/libxml2
19
	dev-libs/libxml2
20
	sys-libs/ncurses
21
	dev-libs/expat
20
	dev-libs/expat
22
	acl? ( virtual/acl )
21
	acl? ( virtual/acl )
22
	ncurses? ( sys-libs/ncurses )
23
	java? ( >=virtual/jdk-1.4 )"
23
	java? ( >=virtual/jdk-1.4 )"
24
RDEPEND="${DEPEND}
24
RDEPEND="${DEPEND}
25
	!git? ( cvs? ( dev-vcs/cvs ) )
25
	!git? ( cvs? ( dev-vcs/cvs ) )
Lines 60-65 src_configure() { Link Here
60
		--with-included-libcroco \
60
		--with-included-libcroco \
61
		--with-included-libunistring \
61
		--with-included-libunistring \
62
		$(use_enable acl) \
62
		$(use_enable acl) \
63
		$(use_enable ncurses curses) \
63
		$(use_enable openmp) \
64
		$(use_enable openmp) \
64
		$(use_enable static-libs static) \
65
		$(use_enable static-libs static) \
65
		$(use_with git) \
66
		$(use_with git) \

Return to bug 493390