diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:32:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:32:32 +0000 |
commit | f2c8684334f6eb89097ce017b3f67b678de808e0 (patch) | |
tree | 14ef0700fe579c8abc9fbf6c74020544d15b825c /app-admin/mcollective | |
parent | Stable for amd64, wrt bug #457212 (diff) | |
download | gentoo-2-f2c8684334f6eb89097ce017b3f67b678de808e0.tar.gz gentoo-2-f2c8684334f6eb89097ce017b3f67b678de808e0.tar.bz2 gentoo-2-f2c8684334f6eb89097ce017b3f67b678de808e0.zip |
Stable for amd64, wrt bug #457214
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
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="" |