diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-03-26 03:18:55 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-03-26 03:18:55 +0000 |
commit | b6fc15385ddb5e831510ce0b9125df95c6c010a4 (patch) | |
tree | 5110f40e20dcf6ee4d0cf4edf9833b272d725476 /net-im | |
parent | Adding in docs (Manifest recommit) (diff) | |
download | gentoo-2-b6fc15385ddb5e831510ce0b9125df95c6c010a4.tar.gz gentoo-2-b6fc15385ddb5e831510ce0b9125df95c6c010a4.tar.bz2 gentoo-2-b6fc15385ddb5e831510ce0b9125df95c6c010a4.zip |
Correction gaim dependency
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild b/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild index 6f3c95554e0d..1d181bb4e0ff 100644 --- a/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild +++ b/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.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-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild,v 1.1 2004/03/02 19:49:12 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.1.0_beta.ebuild,v 1.2 2004/03/26 03:18:55 rizzo Exp $ MY_PV=${PV/_/-} DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="debug" -DEPEND=">=net-im/gaim-0.75-r8" +DEPEND="~net-im/gaim-0.75" #RDEPEND="" S=${WORKDIR}/${PN}-${MY_PV} |