diff options
author | Olivier Crête <tester@gentoo.org> | 2005-07-20 03:22:36 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-07-20 03:22:36 +0000 |
commit | a3a0071f85c291440b013bccc299cb9d723c2f22 (patch) | |
tree | 92970847424ebb4855f3305ea63a8bfaaf52e7a4 /net-libs/loudmouth | |
parent | We actually want to make sure it starts after ulogd since it can be used as a... (diff) | |
download | gentoo-2-a3a0071f85c291440b013bccc299cb9d723c2f22.tar.gz gentoo-2-a3a0071f85c291440b013bccc299cb9d723c2f22.tar.bz2 gentoo-2-a3a0071f85c291440b013bccc299cb9d723c2f22.zip |
Oops, marked the wrong version stable on amd64, now is the right version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index bbc78df3cd06..2bfd0bac79de 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.28 2005/07/19 03:26:36 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.29 2005/07/20 03:22:36 tester Exp $ + + 20 Jul 2005; Olivier Crête <tester@gentoo.org> + loudmouth-0.17.2-r2.ebuild: + Oops, marked the wrong version stable on amd64, now is the right version 19 Jul 2005; Olivier Crête <tester@gentoo.org> loudmouth-0.17.1.ebuild: Stable on amd64 diff --git a/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild b/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild index 8948cfdb1696..30dddb1154e8 100644 --- a/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild +++ b/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild,v 1.3 2005/05/02 00:23:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild,v 1.4 2005/07/20 03:22:36 tester Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://loudmouth.imendio.org/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 sparc ~ppc ~amd64" +KEYWORDS="x86 sparc ~ppc amd64" IUSE="doc ssl" |