--- /usr/portage/media-gfx/icoutils/icoutils-0.30.0.ebuild 2012-12-16 07:01:19.000000000 -0700 +++ icoutils-0.30.0.ebuild 2013-07-04 15:09:03.045218679 -0600 @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.30.0.ebuild,v 1.5 2012/12/16 13:47:11 ago Exp $ EAPI=4 -inherit autotools eutils +inherit autotools eutils flag-o-matic DESCRIPTION="A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)" HOMEPAGE="http://www.nongnu.org/icoutils/" @@ -28,6 +28,7 @@ } src_configure() { + [[ ${CHOST} != *-linux-gnu* ]] && use nls && append-libs -lintl econf $(use_enable nls) }