diff options
Diffstat (limited to 'www-client/elinks/elinks-0.10.5-r1.ebuild')
-rw-r--r-- | www-client/elinks/elinks-0.10.5-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-client/elinks/elinks-0.10.5-r1.ebuild b/www-client/elinks/elinks-0.10.5-r1.ebuild index 4fa8e538b372..404e0679a217 100644 --- a/www-client/elinks/elinks-0.10.5-r1.ebuild +++ b/www-client/elinks/elinks-0.10.5-r1.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/www-client/elinks/elinks-0.10.5-r1.ebuild,v 1.4 2005/10/23 14:41:23 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.10.5-r1.ebuild,v 1.5 2005/12/02 22:29:20 grobian Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" DEPEND="virtual/libc >=dev-libs/expat-1.95.4 @@ -43,8 +43,6 @@ src_unpack() { if ! use ftp ; then sed -i -e 's/\(.*protocol.ftp.*\)/# \1/' ${PN}.conf fi - - use ppc-macos && epatch ${FILESDIR}/${PN}-osx-configure.diff } src_compile() { |