diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-03-26 03:13:32 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-03-26 03:13:32 +0000 |
commit | b5231906c17a35f8fc9d0f37506b628351a5df77 (patch) | |
tree | b76bbd8f03144e336b3d11649ef0c5fcc94865b3 /net-im | |
parent | Initial import (Manifest recommit) (diff) | |
download | gentoo-2-b5231906c17a35f8fc9d0f37506b628351a5df77.tar.gz gentoo-2-b5231906c17a35f8fc9d0f37506b628351a5df77.tar.bz2 gentoo-2-b5231906c17a35f8fc9d0f37506b628351a5df77.zip |
Correcting gaim version dependency.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/guifications/guifications-1.5.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/guifications/guifications-1.5.ebuild b/net-im/guifications/guifications-1.5.ebuild index 808032e79111..1b65a6a3475c 100644 --- a/net-im/guifications/guifications-1.5.ebuild +++ b/net-im/guifications/guifications-1.5.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/guifications/guifications-1.5.ebuild,v 1.3 2004/03/09 03:40:36 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/guifications/guifications-1.5.ebuild,v 1.4 2004/03/26 03:13:32 rizzo Exp $ DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" HOMEPAGE="http://guifications.sourceforge.net" @@ -12,11 +12,9 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="debug" -DEPEND=">=net-im/gaim-0.75-r8" +DEPEND="~net-im/gaim-0.75" #RDEPEND="" -#S=${WORKDIR}/${P} - src_compile() { local myconf myconf=`use_enable debug` |