diff options
Diffstat (limited to 'sys-apps/help2man/help2man-1.33.1.ebuild')
-rw-r--r-- | sys-apps/help2man/help2man-1.33.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/help2man/help2man-1.33.1.ebuild b/sys-apps/help2man/help2man-1.33.1.ebuild index c3ccce66832d..604045e1f807 100644 --- a/sys-apps/help2man/help2man-1.33.1.ebuild +++ b/sys-apps/help2man/help2man-1.33.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.6 2004/06/24 22:09:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.7 2004/11/12 15:12:12 vapier Exp $ MY_P="${P/-/_}" DESCRIPTION="GNU utility to convert program --help output to a man page" @@ -9,7 +9,7 @@ SRC_URI="http://ftp.gnu.org/gnu/help2man/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha arm s390 ~amd64" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" IUSE="nls" DEPEND="dev-lang/perl @@ -17,7 +17,7 @@ DEPEND="dev-lang/perl >=sys-devel/gettext-0.12.1-r1 )" src_compile() { - econf `use_enable nls` || die + econf $(use_enable nls) || die emake || die "emake failed" } |