diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-12-21 14:06:56 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-12-21 14:06:56 +0000 |
commit | 93d7c774b4eb3ebac170638916d57d4802f02fc7 (patch) | |
tree | 2abcb52449969932460e0f42d11d90c6b6c68ef9 /net-im/gaim | |
parent | Added ~ppc64; bug #156662 (diff) | |
download | gentoo-2-93d7c774b4eb3ebac170638916d57d4802f02fc7.tar.gz gentoo-2-93d7c774b4eb3ebac170638916d57d4802f02fc7.tar.bz2 gentoo-2-93d7c774b4eb3ebac170638916d57d4802f02fc7.zip |
"Resolving bug#155404 and bug#158697
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta5-r1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index e3063e8dc8d5..1cbd46674790 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.423 2006/12/20 05:10:49 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.424 2006/12/21 14:06:56 gothgirl Exp $ + + 21 Dec 2006; <gothgirl@gentoo.org> gaim-2.0.0_beta5-r1.ebuild: + Resolving bug#155404 and bug#158697 *gaim-2.0.0_beta5-r1 (20 Dec 2006) diff --git a/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild b/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild index 7d89e5da7b48..ffcf73d9b10a 100644 --- a/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild,v 1.2 2006/12/20 05:17:24 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild,v 1.3 2006/12/21 14:06:56 gothgirl Exp $ inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-app gnome2 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gaim/${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="avahi bonjour cjk crypt dbus debug doc eds gadu gnutls gstreamer meanwhile mono nls perl silc startup-notification tcl tk xscreensaver custom-flags ssl qq msn gadu" +IUSE="avahi bonjour cjk crypt dbus debug doc eds gadu gnutls gstreamer meanwhile mono nls perl silc startup-notification tcl tk xscreensaver custom-cflags spell ssl qq msn gadu" IUSE="${IUSE} gtk sasl console" RDEPEND=" @@ -103,9 +103,9 @@ print_gaim_warning() { ewarn "Please read the gaim FAQ at http://gaim.sourceforge.net/faq.php" ewarn einfo - if use custom-flags; then + if use custom-cflags; then einfo "Note that you have chosen NOT TO FILTER UNSTABLE C[XX]FLAGS." - einfo "DO NOT file bugs with GENTOO or UPSTREAM while using custom-flags" + einfo "DO NOT file bugs with GENTOO or UPSTREAM while using custom-cflags" einfo else einfo "Note that we are now filtering all unstable flags in C[XX]FLAGS." @@ -155,7 +155,7 @@ src_unpack() { src_compile() { # Stabilize things, for your own good - if ! use custom-flags; then + if ! use custom-cflags; then strip-flags fi replace-flags -O? -O2 |