diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 16:58:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 16:58:24 +0000 |
commit | 3bf4173c0a0238f9d24369baf36335dde54d8a7d (patch) | |
tree | 6c4081974aa3be81334e261df8c3e42957f99f99 /net-im/gaim | |
parent | Merging in changes made to bootstrap.sh recently. (diff) | |
download | gentoo-2-3bf4173c0a0238f9d24369baf36335dde54d8a7d.tar.gz gentoo-2-3bf4173c0a0238f9d24369baf36335dde54d8a7d.tar.bz2 gentoo-2-3bf4173c0a0238f9d24369baf36335dde54d8a7d.zip |
Fix use invocation
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.75-r10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 21f0ee313557..9c7f5a6b6a70 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # 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.187 2004/06/09 18:53:55 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.188 2004/06/10 16:58:24 agriffis Exp $ + + 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> gaim-0.75-r10.ebuild: + Fix use invocation *gaim-0.78-r2 (09 Jun 2004) diff --git a/net-im/gaim/gaim-0.75-r10.ebuild b/net-im/gaim/gaim-0.75-r10.ebuild index e8ce7330a087..72e513277f29 100644 --- a/net-im/gaim/gaim-0.75-r10.ebuild +++ b/net-im/gaim/gaim-0.75-r10.ebuild @@ -1,6 +1,6 @@ # 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.13 2004/04/30 20:57:38 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r10.ebuild,v 1.14 2004/06/10 16:58:24 agriffis Exp $ inherit flag-o-matic eutils gcc use debug && inherit debug @@ -92,7 +92,7 @@ src_install() { } pkg_postinst() { - if [ `use cjk` ]; then + if use cjk; then ewarn ewarn "You have chosen (by selecting 'USE=cjk') to compile with" ewarn "a patch for CJK support. Please be aware that this patch" |