diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-07-10 17:47:00 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-07-10 17:47:00 +0000 |
commit | 69e5c600babf0c630af808c1e5d276fd3233f298 (patch) | |
tree | 176b98f580e09b8dbfb198f600075618df89b354 /net-im/gaim | |
parent | Stable on sparc wrt #139612 (diff) | |
download | gentoo-2-69e5c600babf0c630af808c1e5d276fd3233f298.tar.gz gentoo-2-69e5c600babf0c630af808c1e5d276fd3233f298.tar.bz2 gentoo-2-69e5c600babf0c630af808c1e5d276fd3233f298.zip |
removing krb4 use flag, after accidentally re-adding it
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta3-r1.ebuild | 14 |
2 files changed, 6 insertions, 13 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 0f8c035bf652..84c68503d504 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.402 2006/07/08 22:41:52 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.403 2006/07/10 17:47:00 gothgirl Exp $ + + 10 Jul 2006; gothgirl <gothgirl@gentoo.org> gaim-2.0.0_beta3-r1.ebuild: + Removing krb4 support after accidentally re-adding it 08 Jul 2006; Doug Goldstein <cardoe@gentoo.org> gaim-1.5.0.ebuild, gaim-2.0.0_beta3-r1.ebuild: 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 ee73317a5312..292a8ff25f0d 100644 --- a/net-im/gaim/gaim-2.0.0_beta3-r1.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta3-r1.ebuild @@ -1,8 +1,8 @@ # 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.11 2006/07/08 22:41:52 cardoe Exp $ +# $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 $ -inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-module perl-app +inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-app MY_PV=${PV/_beta/beta} MY_P="${PN}-${MY_PV}" @@ -40,7 +40,6 @@ RDEPEND=" meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) eds? ( gnome-extra/evolution-data-server ) - krb4? ( >=app-crypt/mit-krb5-1.3.6-r1 ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) startup-notification? ( >=x11-libs/startup-notification-0.5 ) @@ -123,14 +122,6 @@ print_gaim_warning() { pkg_setup() { print_gaim_warning - if use krb4 && ! built_with_use app-crypt/mit-krb5 krb4 ; then - eerror - eerror You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to - eerror enable krb4 support for the zephyr protocol in gaim. - eerror - die "Configure failed" - fi - if use avahi && ! built_with_use net-dns/avahi howl-compat ; then eerror eerror You need to rebuild net-dns/avavhi with USE=howl-compat in order @@ -213,7 +204,6 @@ src_compile() { $(use_enable tcl) \ $(use_enable tk) \ $(use_enable mono) \ - $(use_enable krb4) \ $(use_enable debug) \ $(use_enable dbus) \ $(use_enable meanwhile) \ |