Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 372395 | Differences between
and this patch

Collapse All | Expand All

(-)b/gv-3.7.2.ebuild (-2 / +3 lines)
Lines 12-18 SRC_URI="mirror://gnu/gv/${P}.tar.gz" Link Here
12
LICENSE="GPL-3"
12
LICENSE="GPL-3"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
15
IUSE="xinerama"
15
IUSE="nls xinerama"
16
16
17
DEPEND="x11-libs/libX11
17
DEPEND="x11-libs/libX11
18
	x11-libs/libICE
18
	x11-libs/libICE
Lines 42-48 src_prepare() { Link Here
42
src_configure() {
42
src_configure() {
43
	econf \
43
	econf \
44
		--disable-dependency-tracking \
44
		--disable-dependency-tracking \
45
		--enable-scrollbar-code
45
		--enable-scrollbar-code \
46
		$(use_enable nls international)
46
}
47
}
47
48
48
src_install() {
49
src_install() {

Return to bug 372395