diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-05-20 14:43:33 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-05-20 14:43:33 +0000 |
commit | 45789468ce8e47afb31160119fb4cbd38ab098fd (patch) | |
tree | a08dda0810ea2ba4c1526be20fac604ce0256851 /net-im/gaim-encryption | |
parent | Cleaning out old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-45789468ce8e47afb31160119fb4cbd38ab098fd.tar.gz gentoo-2-45789468ce8e47afb31160119fb4cbd38ab098fd.tar.bz2 gentoo-2-45789468ce8e47afb31160119fb4cbd38ab098fd.zip |
Adding debug USE flag
Diffstat (limited to 'net-im/gaim-encryption')
-rw-r--r-- | net-im/gaim-encryption/gaim-encryption-2.25.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim-encryption/gaim-encryption-2.25.ebuild b/net-im/gaim-encryption/gaim-encryption-2.25.ebuild index 351070fa629b..f265de5a2449 100644 --- a/net-im/gaim-encryption/gaim-encryption-2.25.ebuild +++ b/net-im/gaim-encryption/gaim-encryption-2.25.ebuild @@ -1,8 +1,9 @@ # 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-encryption/gaim-encryption-2.25.ebuild,v 1.7 2004/05/01 15:58:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.25.ebuild,v 1.8 2004/05/20 14:43:33 rizzo Exp $ inherit flag-o-matic eutils +use debug && inherit debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -11,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~amd64 ppc alpha ~ia64 ~hppa mips" -IUSE="" +IUSE="debug" DEPEND=">=net-im/gaim-0.77 || ( dev-libs/nss net-www/mozilla )" |