diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-01-07 16:58:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-01-07 16:58:19 +0000 |
commit | 1f1b48ef393226f489ad4a468b65c5d6bfb3508e (patch) | |
tree | e3231cc35448a8869a850cb98ec324f8db0c49b4 /net-libs/loudmouth | |
parent | Add ~alpha/~ia64 wrt #245949 (diff) | |
download | gentoo-2-1f1b48ef393226f489ad4a468b65c5d6bfb3508e.tar.gz gentoo-2-1f1b48ef393226f489ad4a468b65c5d6bfb3508e.tar.bz2 gentoo-2-1f1b48ef393226f489ad4a468b65c5d6bfb3508e.zip |
Add ~alpha/~ia64 wrt #245949
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 79a4f48c2680..4fff3e802163 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.79 2008/12/04 22:56:45 eva Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.80 2009/01/07 16:58:19 armin76 Exp $ + + 07 Jan 2009; Raúl Porcel <armin76@gentoo.org> loudmouth-1.4.3.ebuild: + Add ~alpha/~ia64 wrt #245949 *loudmouth-1.4.3 (04 Dec 2008) diff --git a/net-libs/loudmouth/loudmouth-1.4.3.ebuild b/net-libs/loudmouth/loudmouth-1.4.3.ebuild index d8bfd64e03fb..6412d5d9bab2 100644 --- a/net-libs/loudmouth/loudmouth-1.4.3.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.3.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-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.1 2008/12/04 22:56:45 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.2 2009/01/07 16:58:19 armin76 Exp $ inherit autotools gnome2 @@ -10,7 +10,7 @@ SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="asyncns doc ssl debug test" |