diff options
author | 2010-01-16 02:31:13 +0000 | |
---|---|---|
committer | 2010-01-16 02:31:13 +0000 | |
commit | 971e632675b4c26398f0859574775cccdcc81a45 (patch) | |
tree | 0a9ceed5a081f97f3a1118dd68c261c8b6a4ed52 /net-ftp/ncftp/ncftp-3.2.3.ebuild | |
parent | Add prefix keywords (diff) | |
download | historical-971e632675b4c26398f0859574775cccdcc81a45.tar.gz historical-971e632675b4c26398f0859574775cccdcc81a45.tar.bz2 historical-971e632675b4c26398f0859574775cccdcc81a45.zip |
Add prefix keywords
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.2.3.ebuild')
-rw-r--r-- | net-ftp/ncftp/ncftp-3.2.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/ncftp/ncftp-3.2.3.ebuild b/net-ftp/ncftp/ncftp-3.2.3.ebuild index 602136361493..e66afcf290e4 100644 --- a/net-ftp/ncftp/ncftp-3.2.3.ebuild +++ b/net-ftp/ncftp/ncftp-3.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.3.ebuild,v 1.6 2009/12/15 19:07:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.3.ebuild,v 1.7 2010/01/16 02:31:13 abcd Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2 LICENSE="Clarified-Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="ipv6" DEPEND="sys-libs/ncurses" @@ -30,7 +30,7 @@ src_prepare() { -i Makefile.in */Makefile.in || die } src_configure() { - LC_ALL="C" econf || die "econf failed" + LC_ALL="C" econf --disable-universal } src_install() { |