diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 07:18:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 07:18:18 +0000 |
commit | d1a6c6b3a1c7276b2e7495c756c8c9b554a5d2d1 (patch) | |
tree | 000171500de5c6d0517621752d7407cd2a264e81 /net-im | |
parent | mark stable; skip install of .xvpics directory; more error checking/messages (diff) | |
download | historical-d1a6c6b3a1c7276b2e7495c756c8c9b554a5d2d1.tar.gz historical-d1a6c6b3a1c7276b2e7495c756c8c9b554a5d2d1.tar.bz2 historical-d1a6c6b3a1c7276b2e7495c756c8c9b554a5d2d1.zip |
forgot to inherit gcc
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/gaim-0.75-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim/gaim-0.75-r8.ebuild b/net-im/gaim/gaim-0.75-r8.ebuild index b08762174977..f852da8fdec8 100644 --- a/net-im/gaim/gaim-0.75-r8.ebuild +++ b/net-im/gaim/gaim-0.75-r8.ebuild @@ -1,8 +1,8 @@ # 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-r8.ebuild,v 1.2 2004/01/29 02:56:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r8.ebuild,v 1.3 2004/01/29 07:18:18 vapier Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils gcc IUSE="nls perl spell nas mozilla cjk debug ssl" |