diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-31 02:51:37 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-31 02:51:37 +0000 |
commit | 5216190dde0ede1bb3c5fe305839ef3c0b120ade (patch) | |
tree | 698313ce9aebd102d28bf3e349da3dbf63a7f40e /net-im | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-5216190dde0ede1bb3c5fe305839ef3c0b120ade.tar.gz gentoo-2-5216190dde0ede1bb3c5fe305839ef3c0b120ade.tar.bz2 gentoo-2-5216190dde0ede1bb3c5fe305839ef3c0b120ade.zip |
Cleaned up arch checking now that I know about profile-based use.mask'ing. Thanks geoman for showing the light
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/gaim-0.80.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/net-im/gaim/gaim-0.80.ebuild b/net-im/gaim/gaim-0.80.ebuild index 4a0aa717285d..9de42960e8e5 100644 --- a/net-im/gaim/gaim-0.80.ebuild +++ b/net-im/gaim/gaim-0.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.80.ebuild,v 1.13 2004/07/30 14:54:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.80.ebuild,v 1.14 2004/07/31 02:51:37 rizzo Exp $ inherit flag-o-matic eutils gcc use debug && inherit debug @@ -27,10 +27,9 @@ DEPEND=">=x11-libs/gtk+-2.0 dev-libs/nss gnutls? ( net-libs/gnutls ) krb4? ( app-crypt/mit-krb5 ) - !mips? ( - evo? ( mail-client/evolution ) - silc? ( >=net-im/silc-toolkit-0.9.12-r2 ) - )" + silc? ( >=net-im/silc-toolkit-0.9.12-r2 ) + evo? ( mail-client/evolution )" + PDEPEND="crypt? ( >=x11-plugins/gaim-encryption-2.28 )" print_gaim_warning() { @@ -97,11 +96,9 @@ src_compile() { myconf="${myconf} --enable-gnutls=no" fi - if ! use mips ; then - if use silc ; then - myconf="${myconf} --with-silc-includes=/usr/include/silc-toolkit" - myconf="${myconf} --with-silc-libs=/usr/lib" - fi + if use silc ; then + myconf="${myconf} --with-silc-includes=/usr/include/silc-toolkit" + myconf="${myconf} --with-silc-libs=/usr/lib" fi myconf="${myconf} --with-nspr-includes=/usr/include/nspr" |