diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-27 04:16:05 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-27 04:16:05 +0000 |
commit | 3240708093e047fe33c8915f02ba6a34b5a3cd95 (patch) | |
tree | 96ac79ce11e61b3d32aec38fb35cdc7d19007365 /net-im | |
parent | version bump (diff) | |
download | gentoo-2-3240708093e047fe33c8915f02ba6a34b5a3cd95.tar.gz gentoo-2-3240708093e047fe33c8915f02ba6a34b5a3cd95.tar.bz2 gentoo-2-3240708093e047fe33c8915f02ba6a34b5a3cd95.zip |
marked stable after positive user testing
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/licq/licq-1.2.0a-r3.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index 41880c5a4aa7..9776225bb6c8 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,7 @@ # ChangeLog for net-im/licq # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.7 2002/12/26 08:30:41 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.8 2002/12/27 04:16:05 mkennedy Exp $ + *licq-1.2.0a-r3 (26 Dec 2002) @@ -10,6 +11,11 @@ C++ fix for gcc3. Resolves bug 12623. (Marking ~x86 until tested). + 26 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org> + licq-1.2.0a-r3.ebuild, ChangeLog : + + Marked as stable after receiving positive test feedback. + *licq-1.2.0a-r2 (01 Dec 2002) 01 Dec 2002; Hannes Mehnert <hannes@gentoo.org> licq-1.2.0a-r2.ebuild: diff --git a/net-im/licq/licq-1.2.0a-r3.ebuild b/net-im/licq/licq-1.2.0a-r3.ebuild index 1885923b9faf..1e1151c6ccff 100644 --- a/net-im/licq/licq-1.2.0a-r3.ebuild +++ b/net-im/licq/licq-1.2.0a-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.0a-r3.ebuild,v 1.1 2002/12/26 08:30:41 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.0a-r3.ebuild,v 1.2 2002/12/27 04:16:05 mkennedy Exp $ IUSE="ssl socks5 qt kde" @@ -14,7 +14,7 @@ DEPEND="${DEPEND} SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" SLOT="2" -KEYWORDS="~x86" +KEYWORDS="x86" S=${WORKDIR}/${P} use kde && inherit kde-base |