diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:45:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:45:03 +0000 |
commit | 5e287c3830480b358951b9b569e6f605244a9b98 (patch) | |
tree | ea1f390ea7795a6dd7cb659de9b3b2f8a5813659 /app-admin/mcollective | |
parent | Stable for x86, wrt bug #485138 (diff) | |
download | gentoo-2-5e287c3830480b358951b9b569e6f605244a9b98.tar.gz gentoo-2-5e287c3830480b358951b9b569e6f605244a9b98.tar.bz2 gentoo-2-5e287c3830480b358951b9b569e6f605244a9b98.zip |
Stable for x86, wrt bug #459290
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin/mcollective')
-rw-r--r-- | app-admin/mcollective/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/mcollective/ChangeLog b/app-admin/mcollective/ChangeLog index 43478def536a..ecdc7710c871 100644 --- a/app-admin/mcollective/ChangeLog +++ b/app-admin/mcollective/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/mcollective # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.15 2013/09/21 13:29:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.16 2013/09/22 06:45:03 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mcollective-2.2.0-r1.ebuild: + Stable for x86, wrt bug #459290 21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mcollective-2.2.0-r1.ebuild: Stable for amd64, wrt bug #459290 diff --git a/app-admin/mcollective/mcollective-2.2.0-r1.ebuild b/app-admin/mcollective/mcollective-2.2.0-r1.ebuild index 322e8545a24c..cdc1522c3ff7 100644 --- a/app-admin/mcollective/mcollective-2.2.0-r1.ebuild +++ b/app-admin/mcollective/mcollective-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.2 2013/09/21 13:29:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.2.0-r1.ebuild,v 1.3 2013/09/22 06:45:03 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="" |