diff options
Diffstat (limited to 'sys-apps/sed/sed-4.1.4-r1.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.1.4-r1.ebuild b/sys-apps/sed/sed-4.1.4-r1.ebuild index a368e4a8fd5f..0424664e046a 100644 --- a/sys-apps/sed/sed-4.1.4-r1.ebuild +++ b/sys-apps/sed/sed-4.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4-r1.ebuild,v 1.1 2006/02/08 23:24:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.4-r1.ebuild,v 1.2 2006/02/09 23:35:45 vapier Exp $ inherit flag-o-matic @@ -49,7 +49,7 @@ src_compile() { src_bootstrap_sed local myconf="" - if [[ ${CHOST} != *-gnu ]] ; then + if ! use userland_GNU ; then myconf="--program-prefix=g" fi econf \ |