diff options
author | 2004-03-22 19:54:28 +0000 | |
---|---|---|
committer | 2004-03-22 19:54:28 +0000 | |
commit | 36bdc7822e1ce1dcff55864f926d6b25c171bb91 (patch) | |
tree | a4e937d96872612cb95a582b9a3ed31ab8c08361 /net-p2p/gift/gift-0.11.6.ebuild | |
parent | Fix DEPEND-ness, bug #27778 (Manifest recommit) (diff) | |
download | gentoo-2-36bdc7822e1ce1dcff55864f926d6b25c171bb91.tar.gz gentoo-2-36bdc7822e1ce1dcff55864f926d6b25c171bb91.tar.bz2 gentoo-2-36bdc7822e1ce1dcff55864f926d6b25c171bb91.zip |
Fixed einfo to read 'gift-setup' for bug #45216. 0.11.6 in x86 stable.
Diffstat (limited to 'net-p2p/gift/gift-0.11.6.ebuild')
-rw-r--r-- | net-p2p/gift/gift-0.11.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/gift/gift-0.11.6.ebuild b/net-p2p/gift/gift-0.11.6.ebuild index b9cb416d8174..0e4138643d3d 100644 --- a/net-p2p/gift/gift-0.11.6.ebuild +++ b/net-p2p/gift/gift-0.11.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.6.ebuild,v 1.3 2004/03/01 07:01:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.6.ebuild,v 1.4 2004/03/22 19:54:28 eradicator Exp $ DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client" HOMEPAGE="http://gift.sourceforge.net" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha amd64" +KEYWORDS="x86 ~sparc ~ppc ~alpha amd64" RDEPEND=">=sys-libs/zlib-1.1.4" @@ -27,7 +27,7 @@ src_install() { } pkg_postinst() { - einfo "First, you need to run giFT-setup with your normal" + einfo "First, you need to run gift-setup with your normal" einfo "user account to create the giFT configuration files." echo einfo "This package no longer contains any protocol plugins," |