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

(-)/usr/portage/media-gfx/icoutils/icoutils-0.30.0.ebuild (-1 / +2 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.30.0.ebuild,v 1.5 2012/12/16 13:47:11 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.30.0.ebuild,v 1.5 2012/12/16 13:47:11 ago Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit autotools eutils
6
inherit autotools eutils flag-o-matic
7
7
8
DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)"
8
DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)"
9
HOMEPAGE="http://www.nongnu.org/icoutils/"
9
HOMEPAGE="http://www.nongnu.org/icoutils/"
Lines 28-33 Link Here
28
}
28
}
29
29
30
src_configure() {
30
src_configure() {
31
	[[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl
31
	econf $(use_enable nls)
32
	econf $(use_enable nls)
32
}
33
}
33
34

Return to bug 476146