diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-09-24 09:10:17 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-09-24 09:10:17 +0000 |
commit | 4c722abdaf4309912df367615858b7d3dd1d36b0 (patch) | |
tree | c2eb5bc418c9db99bfe32ce9bbf5bcce9dccaaf0 /net-im/licq/licq-1.3.2-r1.ebuild | |
parent | add -ffast-math to the list of evil flags (diff) | |
download | historical-4c722abdaf4309912df367615858b7d3dd1d36b0.tar.gz historical-4c722abdaf4309912df367615858b7d3dd1d36b0.tar.bz2 historical-4c722abdaf4309912df367615858b7d3dd1d36b0.zip |
net-im/licq stable on ppc.
Package-Manager: portage-2.1.2_pre1-r1
Diffstat (limited to 'net-im/licq/licq-1.3.2-r1.ebuild')
-rw-r--r-- | net-im/licq/licq-1.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/licq-1.3.2-r1.ebuild b/net-im/licq/licq-1.3.2-r1.ebuild index c60e5e6c6fec..4d3c074b604b 100644 --- a/net-im/licq/licq-1.3.2-r1.ebuild +++ b/net-im/licq/licq-1.3.2-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/licq/licq-1.3.2-r1.ebuild,v 1.10 2006/09/19 13:05:31 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.11 2006/09/24 09:10:17 hansmi Exp $ inherit eutils kde-functions multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" IUSE="ssl socks5 qt3 kde ncurses crypt msn" # we can't have conditional dependencies so "use kde && inherit kde" |