diff options
author | 2006-09-06 06:49:13 +0000 | |
---|---|---|
committer | 2006-09-06 06:49:13 +0000 | |
commit | 43fc9025bf240215467f7f57aa3c30cddd75ca2b (patch) | |
tree | 5a2507e98721a4b46f334fbc5b77cfde2b33ef00 /net-im | |
parent | Stable x86, makes me think of the phone company (diff) | |
download | gentoo-2-43fc9025bf240215467f7f57aa3c30cddd75ca2b.tar.gz gentoo-2-43fc9025bf240215467f7f57aa3c30cddd75ca2b.tar.bz2 gentoo-2-43fc9025bf240215467f7f57aa3c30cddd75ca2b.zip |
I haven't use icq forever, however I still remember the password i used oh so many years ago...scary and stable on x86
(Portage version: 2.1-r2)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/licq/licq-1.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index 930ac155d8ba..b08ffb8f8d29 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/licq # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.78 2006/08/14 15:37:58 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.79 2006/09/06 06:49:13 tsunam Exp $ + + 06 Sep 2006; Joshua Jackson <tsunam@gentoo.org> licq-1.3.2-r1.ebuild: + Stable x86; bug #140711 14 Aug 2006; Stefan Schweizer <genstef@gentoo.org> licq-1.3.2-r1.ebuild: Fix RDEPEND/DEPEND thanks to Vitaly <va@mail.ru> in bug 115312 diff --git a/net-im/licq/licq-1.3.2-r1.ebuild b/net-im/licq/licq-1.3.2-r1.ebuild index 37f941a4f0e6..415bea0155f8 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.6 2006/08/14 15:37:58 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.7 2006/09/06 06:49:13 tsunam 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="~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" |