diff options
author | 2010-06-19 17:09:07 +0000 | |
---|---|---|
committer | 2010-06-19 17:09:07 +0000 | |
commit | 94fe46a6285e4f529a3235a11bc4e10bab44d8ad (patch) | |
tree | 60a3a8563a9862ab820c74d04ec97b787d1578f0 /net-libs | |
parent | initial ebuild (diff) | |
download | historical-94fe46a6285e4f529a3235a11bc4e10bab44d8ad.tar.gz historical-94fe46a6285e4f529a3235a11bc4e10bab44d8ad.tar.bz2 historical-94fe46a6285e4f529a3235a11bc4e10bab44d8ad.zip |
alpha/ia64/sparc stable wrt #320273
Package-Manager: portage-2.1.8.3/cvs/Linux ia64
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 97f99a7776ed..e4cb933a9103 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.93 2010/05/30 16:22:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.94 2010/06/19 17:09:07 armin76 Exp $ + + 19 Jun 2010; Raúl Porcel <armin76@gentoo.org> loudmouth-1.4.3-r1.ebuild: + alpha/ia64/sparc stable wrt #320273 30 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> loudmouth-1.4.3-r1.ebuild: diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild index c9834b101b42..08446fe9b3b6 100644 --- a/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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-r1.ebuild,v 1.7 2010/05/30 16:22:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.8 2010/06/19 17:09:07 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="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~ppc-macos" IUSE="asyncns doc ssl debug test" |