diff options
Diffstat (limited to 'net-im/licq/licq-1.3.2.ebuild')
-rw-r--r-- | net-im/licq/licq-1.3.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/licq/licq-1.3.2.ebuild b/net-im/licq/licq-1.3.2.ebuild index f76fb9c0049a..ed910c58aa98 100644 --- a/net-im/licq/licq-1.3.2.ebuild +++ b/net-im/licq/licq-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.1 2005/10/21 16:08:34 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2.ebuild,v 1.1.1.1 2005/11/30 10:09:45 chriswhite Exp $ inherit eutils kde-functions multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 amd64" IUSE="ssl socks5 qt kde ncurses crypt msn" # we can't have conditional dependencies so "use kde && inherit kde" @@ -36,7 +36,6 @@ src_unpack() { if use kde then # fix for #12436 - inherit ebegin "Setting kde plugin as default" cp ${S}/src/licq.conf.h ${T} sed "s:Plugin1 = qt-gui:Plugin1 = kde-gui:" \ |