diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-04 17:37:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-04 17:37:17 +0000 |
commit | b3cc9f87a3368f2a3bcfaf5933ddb6264d87e4c0 (patch) | |
tree | c210212541dca55e33504677216392530bb21a5f /net-im/kouchat | |
parent | amd64/x86 stable, bug #252819 (diff) | |
download | gentoo-2-b3cc9f87a3368f2a3bcfaf5933ddb6264d87e4c0.tar.gz gentoo-2-b3cc9f87a3368f2a3bcfaf5933ddb6264d87e4c0.tar.bz2 gentoo-2-b3cc9f87a3368f2a3bcfaf5933ddb6264d87e4c0.zip |
amd64/x86 stable, bug #252743
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'net-im/kouchat')
-rw-r--r-- | net-im/kouchat/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/kouchat/kouchat-0.9.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/kouchat/ChangeLog b/net-im/kouchat/ChangeLog index b0949de14c90..6f5b0de176b6 100644 --- a/net-im/kouchat/ChangeLog +++ b/net-im/kouchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/kouchat -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.2 2008/06/17 20:52:43 opfer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.3 2009/01/04 17:37:17 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> kouchat-0.9.8.ebuild: + amd64/x86 stable, bug #252743 17 Jun 2008; Christian Faulhammer <opfer@gentoo.org> kouchat-0.9.8.ebuild: keyworded ~arch for x86, bug 226501 diff --git a/net-im/kouchat/kouchat-0.9.8.ebuild b/net-im/kouchat/kouchat-0.9.8.ebuild index b4ddcbbb85ee..167d85f129bf 100644 --- a/net-im/kouchat/kouchat-0.9.8.ebuild +++ b/net-im/kouchat/kouchat-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-0.9.8.ebuild,v 1.2 2008/06/17 20:52:43 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-0.9.8.ebuild,v 1.3 2009/01/04 17:37:17 maekke Exp $ EAPI=1 JAVA_PKG_IUSE="doc source test" @@ -12,7 +12,7 @@ HOMEPAGE="http://kouchat.googlecode.com/" SRC_URI="http://kouchat.googlecode.com/files/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" |