diff options
Diffstat (limited to 'app-admin/mcollective')
-rw-r--r-- | app-admin/mcollective/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/mcollective/ChangeLog b/app-admin/mcollective/ChangeLog index e9be0ea7197a..f51a454e5ffd 100644 --- a/app-admin/mcollective/ChangeLog +++ b/app-admin/mcollective/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/mcollective -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.10 2012/12/24 08:29:38 ramereth Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.11 2013/03/25 20:32:32 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> mcollective-2.2.0.ebuild: + Stable for amd64, wrt bug #457214 *mcollective-2.2.0 (24 Dec 2012) diff --git a/app-admin/mcollective/mcollective-2.2.0.ebuild b/app-admin/mcollective/mcollective-2.2.0.ebuild index ba8c573c7175..1767c50fc64f 100644 --- a/app-admin/mcollective/mcollective-2.2.0.ebuild +++ b/app-admin/mcollective/mcollective-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.2.0.ebuild,v 1.1 2012/12/24 08:29:38 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.2.0.ebuild,v 1.2 2013/03/25 20:32:32 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://puppetlabs.com/downloads/mcollective/${P}.tgz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc +client" DEPEND="" |