diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-14 02:23:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-14 02:23:30 +0000 |
commit | 1037135951240a0b551c6125e9ccff1373dfeddc (patch) | |
tree | 91b404d54215c16b39923fc18773ddd2eeb61ad1 /app-text/pinfo | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-1037135951240a0b551c6125e9ccff1373dfeddc.tar.gz gentoo-2-1037135951240a0b551c6125e9ccff1373dfeddc.tar.bz2 gentoo-2-1037135951240a0b551c6125e9ccff1373dfeddc.zip |
hppa KEYWORDS #70866
Diffstat (limited to 'app-text/pinfo')
-rw-r--r-- | app-text/pinfo/pinfo-0.6.8.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app-text/pinfo/pinfo-0.6.8.ebuild b/app-text/pinfo/pinfo-0.6.8.ebuild index 267a06d2504f..161c42aa81b6 100644 --- a/app-text/pinfo/pinfo-0.6.8.ebuild +++ b/app-text/pinfo/pinfo-0.6.8.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.11 2004/09/08 02:11:12 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.12 2004/11/14 02:23:30 vapier Exp $ MY_P=${PN}-${PV/_/} S=${WORKDIR}/${MY_P} DESCRIPTION="Hypertext info and man viewer based on (n)curses" -SRC_URI="http://dione.ids.pl/~pborys/software/pinfo/pinfo-${PV}.tar.gz" HOMEPAGE="http://dione.ids.pl/~pborys/pinfo" +SRC_URI="http://dione.ids.pl/~pborys/software/pinfo/pinfo-${PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ia64 amd64 ~mips ppc64" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="nls readline" DEPEND="sys-libs/ncurses @@ -18,7 +18,10 @@ DEPEND="sys-libs/ncurses nls? ( sys-devel/gettext )" src_compile() { - econf $(use_with readline) $(use_enable nls) || die "econf failed" + econf \ + $(use_with readline) \ + $(use_enable nls) \ + || die "econf failed" emake || die } |