diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-01-22 15:22:04 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-01-22 15:22:04 +0000 |
commit | def34633f18a2efd3065fcf33baeb0eebdb6e52d (patch) | |
tree | 8bdbf226c166b624345bff8ccdb62c23f75446cd | |
parent | Stable on Alpha + IA64. (diff) | |
download | gentoo-2-def34633f18a2efd3065fcf33baeb0eebdb6e52d.tar.gz gentoo-2-def34633f18a2efd3065fcf33baeb0eebdb6e52d.tar.bz2 gentoo-2-def34633f18a2efd3065fcf33baeb0eebdb6e52d.zip |
Added ~ppc64
(Portage version: 2.1.1-r2)
-rw-r--r-- | net-im/mcabber/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/mcabber/mcabber-0.9.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/mcabber/ChangeLog b/net-im/mcabber/ChangeLog index 6a6079228a16..f25e75eeb7e2 100644 --- a/net-im/mcabber/ChangeLog +++ b/net-im/mcabber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/mcabber # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/ChangeLog,v 1.11 2007/01/10 23:14:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/ChangeLog,v 1.12 2007/01/22 15:22:04 corsair Exp $ + + 22 Jan 2007; Markus Rothe <corsair@gentoo.org> mcabber-0.9.0.ebuild: + Added ~ppc64 10 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> mcabber-0.8.2.ebuild: Stable on sparc wrt #127670 diff --git a/net-im/mcabber/mcabber-0.9.0.ebuild b/net-im/mcabber/mcabber-0.9.0.ebuild index 69f8e732bb29..f99bb86f8a4d 100644 --- a/net-im/mcabber/mcabber-0.9.0.ebuild +++ b/net-im/mcabber/mcabber-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.9.0.ebuild,v 1.1 2006/12/20 15:54:14 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.9.0.ebuild,v 1.2 2007/01/22 15:22:04 corsair Exp $ DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP" HOMEPAGE="http://www.lilotux.net/~mikael/mcabber/" @@ -8,7 +8,7 @@ SRC_URI="http://www.lilotux.net/~mikael/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ssl crypt" |