diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-02-26 12:15:16 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-02-26 12:15:16 +0000 |
commit | 24148eb05aa5560257a2f6112468c873e14e6fb3 (patch) | |
tree | c12398986d7dd101ecebd3057f696fe538be1062 /net-misc/urlview/urlview-0.9.ebuild | |
parent | Ebuild for .17 (diff) | |
download | gentoo-2-24148eb05aa5560257a2f6112468c873e14e6fb3.tar.gz gentoo-2-24148eb05aa5560257a2f6112468c873e14e6fb3.tar.bz2 gentoo-2-24148eb05aa5560257a2f6112468c873e14e6fb3.zip |
70254
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/urlview/urlview-0.9.ebuild')
-rw-r--r-- | net-misc/urlview/urlview-0.9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/urlview/urlview-0.9.ebuild b/net-misc/urlview/urlview-0.9.ebuild index dd13ec60662b..97d5b8f851ab 100644 --- a/net-misc/urlview/urlview-0.9.ebuild +++ b/net-misc/urlview/urlview-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.20 2005/02/06 17:01:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.21 2005/02/26 12:15:16 blubb Exp $ inherit eutils @@ -10,14 +10,15 @@ SRC_URI="ftp://gd.tuwien.ac.at/infosys/mail/mutt/contrib/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha s390 ppc64" +KEYWORDS="x86 ppc sparc alpha s390 ppc64 ~amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" src_compile() { epatch ${FILESDIR}/no-trailing-newline.patch - + epatch ${FILESDIR}/include-fix.patch + ./configure \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ |