diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kouchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/kouchat/kouchat-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/kouchat/ChangeLog b/net-im/kouchat/ChangeLog index 7faf3b7f9732..419f6d9dc09b 100644 --- a/net-im/kouchat/ChangeLog +++ b/net-im/kouchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/kouchat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.5 2012/08/06 22:59:07 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.6 2012/12/08 22:09:01 ago Exp $ + + 08 Dec 2012; <ago@gentoo.org> kouchat-1.1.0.ebuild: + Stable for amd64, wrt bug #441444 *kouchat-1.1.0 (06 Aug 2012) diff --git a/net-im/kouchat/kouchat-1.1.0.ebuild b/net-im/kouchat/kouchat-1.1.0.ebuild index 1b9b49d8588f..8b5f57969e4c 100644 --- a/net-im/kouchat/kouchat-1.1.0.ebuild +++ b/net-im/kouchat/kouchat-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-1.1.0.ebuild,v 1.1 2012/08/06 22:59:07 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-1.1.0.ebuild,v 1.2 2012/12/08 22:09:01 ago Exp $ EAPI=1 JAVA_PKG_IUSE="" @@ -13,7 +13,7 @@ SRC_URI="http://kouchat.googlecode.com/files/${P}-src.tar.gz http://dev.gentoo.org/~serkan/distfiles/${P}-buildfiles.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6" |