diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-07-10 17:59:50 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-07-10 17:59:50 +0000 |
commit | 12c9fb9b27e7d99c651f26833b65127a105995c1 (patch) | |
tree | c4f25baeaacec80e84c2c3f4d75d88b9622f2d48 /net-im | |
parent | Stable on sparc wrt #139612 (diff) | |
download | gentoo-2-12c9fb9b27e7d99c651f26833b65127a105995c1.tar.gz gentoo-2-12c9fb9b27e7d99c651f26833b65127a105995c1.tar.bz2 gentoo-2-12c9fb9b27e7d99c651f26833b65127a105995c1.zip |
2nd attempt at removing krb4 use flag
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 8ec220ac85e9..6fdf39f002ad 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.404 2006/07/10 17:53:30 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.405 2006/07/10 17:59:50 gothgirl Exp $ + + 10 Jul 2006; gothgirl <gothgirl@gentoo.org> gaim-2.0.0_beta3-r1.ebuild: + 2nd attempt at removing krb4 use flag 10 Jul 2006; gothgirl <gothgirl@gentoo.org> gaim-1.5.0.ebuild: Fixing perl-app/module inherit diff --git a/net-im/gaim/gaim-2.0.0_beta3-r1.ebuild b/net-im/gaim/gaim-2.0.0_beta3-r1.ebuild index 292a8ff25f0d..8a8efac32b3d 100644 --- a/net-im/gaim/gaim-2.0.0_beta3-r1.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta3-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_beta3-r1.ebuild,v 1.12 2006/07/10 17:47:00 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta3-r1.ebuild,v 1.13 2006/07/10 17:59:50 gothgirl Exp $ inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-app @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gaim/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="avahi audiofile bonjour cjk dbus debug eds gadu gnutls krb4 meanwhile mono nas nls perl silc spell startup-notification tcl tk xscreensaver custom-flags ssl msn" +IUSE="avahi audiofile bonjour cjk dbus debug eds gadu gnutls meanwhile mono nas nls perl silc spell startup-notification tcl tk xscreensaver custom-flags ssl msn" RDEPEND=" audiofile? ( media-libs/libao |