diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-26 03:51:22 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-26 03:51:22 +0000 |
commit | 4c02ccf3187b5dcaabf90f735a8e697db5ac2832 (patch) | |
tree | fa1d927761503aae7b9768823a0066823d93a6e0 /net-im | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-4c02ccf3187b5dcaabf90f735a8e697db5ac2832.tar.gz gentoo-2-4c02ccf3187b5dcaabf90f735a8e697db5ac2832.tar.bz2 gentoo-2-4c02ccf3187b5dcaabf90f735a8e697db5ac2832.zip |
Stable on x86 and fixing debug eclass usage per bug 55708
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild b/net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild index 42776dd2014d..f04106f9b527 100644 --- a/net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild +++ b/net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild,v 1.1 2004/07/23 14:17:03 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.6.1.ebuild,v 1.2 2004/08/26 03:51:22 rizzo Exp $ -use debug && inherit debug +inherit debug DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim" HOMEPAGE="http://gaim-snpp.sourceforge.net" @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="debug" +KEYWORDS="x86 ~ppc" +IUSE="" DEPEND=">=net-im/gaim-0.79" #RDEPEND="" |