diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-07-04 18:38:03 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-07-04 18:38:03 +0000 |
commit | c337e14b79f8d896110bffaf821de84fb2c30d10 (patch) | |
tree | fe66fe1fe009aa10d43e67561bb203110ee33f42 /net-im | |
parent | Version bump per bug #230740, but just from my overlay as it has better SAS s... (diff) | |
download | gentoo-2-c337e14b79f8d896110bffaf821de84fb2c30d10.tar.gz gentoo-2-c337e14b79f8d896110bffaf821de84fb2c30d10.tar.bz2 gentoo-2-c337e14b79f8d896110bffaf821de84fb2c30d10.zip |
stable x86, security bug 219708
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/licq/licq-1.3.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index 746faba7bc5c..070794d6bcee 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/licq # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.93 2008/07/04 15:20:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.94 2008/07/04 18:38:03 opfer Exp $ + + 04 Jul 2008; Christian Faulhammer <opfer@gentoo.org> licq-1.3.5-r1.ebuild: + stable x86, security bug 219708 *licq-1.3.5-r1 (04 Jul 2008) diff --git a/net-im/licq/licq-1.3.5-r1.ebuild b/net-im/licq/licq-1.3.5-r1.ebuild index 2987b9d09e9d..da32a7f1314c 100644 --- a/net-im/licq/licq-1.3.5-r1.ebuild +++ b/net-im/licq/licq-1.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.5-r1.ebuild,v 1.1 2008/07/04 15:20:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.5-r1.ebuild,v 1.2 2008/07/04 18:38:03 opfer Exp $ inherit autotools 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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="ssl socks5 qt3 kde ncurses crypt msn debug" # we can't have conditional dependencies so "use kde && inherit kde" |