diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-21 13:29:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-21 13:29:21 +0000 |
commit | 139b4718117f7b32d7fe63f66e330ac3cf6ed0a8 (patch) | |
tree | 8f1901c92bd3e8f096c4b13e19f21830cbbc1739 /app-admin | |
parent | Stable for amd64, wrt bug #478742 (diff) | |
download | gentoo-2-139b4718117f7b32d7fe63f66e330ac3cf6ed0a8.tar.gz gentoo-2-139b4718117f7b32d7fe63f66e330ac3cf6ed0a8.tar.bz2 gentoo-2-139b4718117f7b32d7fe63f66e330ac3cf6ed0a8.zip |
Stable for amd64, wrt bug #459290
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin')
-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 b308b8fa66a2..43478def536a 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.14 2013/09/16 06:06:36 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.15 2013/09/21 13:29:21 ago Exp $ + + 21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mcollective-2.2.0-r1.ebuild: + Stable for amd64, wrt bug #459290 *mcollective-2.2.4 (16 Sep 2013) *mcollective-2.2.0-r1 (16 Sep 2013) diff --git a/app-admin/mcollective/mcollective-2.2.0-r1.ebuild b/app-admin/mcollective/mcollective-2.2.0-r1.ebuild index 0604c3dbf94e..322e8545a24c 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.1 2013/09/16 06:06:36 prometheanfire Exp $ +# $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 $ 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="" |