diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-03-22 03:35:02 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-03-22 03:35:02 +0000 |
commit | 1c641d73a7f99450d83bf24d29a81263638d3f7f (patch) | |
tree | 0ba3eaa372a19942a60b86f71c586248873bf8f3 /net-im | |
parent | add gtk-2.4 dep (Manifest recommit) (diff) | |
download | gentoo-2-1c641d73a7f99450d83bf24d29a81263638d3f7f.tar.gz gentoo-2-1c641d73a7f99450d83bf24d29a81263638d3f7f.tar.bz2 gentoo-2-1c641d73a7f99450d83bf24d29a81263638d3f7f.zip |
I think we all learned a little something about debug today
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.75-r10.ebuild | 4 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.75-r8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 29ea89736f59..1c392ba49acc 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gaim # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.148 2004/03/19 17:31:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.149 2004/03/22 03:35:02 rizzo Exp $ + + 21 Mar 2004; Don Seiler <rizzo@gentoo.org>; gaim-0.75-r10.ebuild, + gaim-0.75-r8.ebuild: + Doing debug properly (-g and nostrip) using debug.eclass. 19 Mar 2004; Don Seiler <rizzo@gentoo.org>; gaim-0.75-r10.ebuild, gaim-0.75-r8.ebuild: diff --git a/net-im/gaim/gaim-0.75-r10.ebuild b/net-im/gaim/gaim-0.75-r10.ebuild index a1d6cb6a5005..76bb029e4ba5 100644 --- a/net-im/gaim/gaim-0.75-r10.ebuild +++ b/net-im/gaim/gaim-0.75-r10.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/gaim-0.75-r10.ebuild,v 1.9 2004/03/19 17:31:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r10.ebuild,v 1.10 2004/03/22 03:35:02 rizzo Exp $ inherit flag-o-matic eutils gcc +use debug && inherit debug IUSE="nls perl spell nas cjk debug crypt gnome" @@ -60,7 +61,6 @@ src_compile() { use spell || myconf="${myconf} --disable-gtkspell" use nls || myconf="${myconf} --disable-nls" use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas" - use debug && myconf="${myconf} --enable-debug" NSS_LIB=/usr/lib NSS_INC=/usr/include diff --git a/net-im/gaim/gaim-0.75-r8.ebuild b/net-im/gaim/gaim-0.75-r8.ebuild index 41740769b331..fa99671f9c8e 100644 --- a/net-im/gaim/gaim-0.75-r8.ebuild +++ b/net-im/gaim/gaim-0.75-r8.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/gaim-0.75-r8.ebuild,v 1.12 2004/03/19 17:31:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r8.ebuild,v 1.13 2004/03/22 03:35:02 rizzo Exp $ inherit flag-o-matic eutils gcc +use debug && inherit debug IUSE="nls perl spell nas cjk debug crypt" @@ -57,7 +58,6 @@ src_compile() { use spell || myconf="${myconf} --disable-gtkspell" use nls || myconf="${myconf} --disable-nls" use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas" - use debug && myconf="${myconf} --enable-debug" NSS_LIB=/usr/lib NSS_INC=/usr/include |