diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-04-18 07:47:11 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-04-18 07:47:11 +0000 |
commit | a356a6095100b2454f62d8b4587b4b84a04a0b7d (patch) | |
tree | febda20eb455bf08560484d7688efab1376e5058 /net-libs | |
parent | ppc stable #266520 (diff) | |
download | gentoo-2-a356a6095100b2454f62d8b4587b4b84a04a0b7d.tar.gz gentoo-2-a356a6095100b2454f62d8b4587b4b84a04a0b7d.tar.bz2 gentoo-2-a356a6095100b2454f62d8b4587b4b84a04a0b7d.zip |
ppc stable #265960
(Portage version: 2.1.6.11/cvs/Linux ppc)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 723e41d9902b..7710005de078 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.83 2009/04/14 04:15:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.84 2009/04/18 07:47:11 nixnut Exp $ + + 18 Apr 2009; nixnut <nixnut@gentoo.org> loudmouth-1.4.3.ebuild: + ppc stable #265960 14 Apr 2009; Jeroen Roovers <jer@gentoo.org> loudmouth-1.4.3.ebuild: Stable for HPPA (bug #265960). diff --git a/net-libs/loudmouth/loudmouth-1.4.3.ebuild b/net-libs/loudmouth/loudmouth-1.4.3.ebuild index 738c63d8262e..8562a9d1633e 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-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.5 2009/04/14 04:15:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.6 2009/04/18 07:47:11 nixnut 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="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86" IUSE="asyncns doc ssl debug test" |