diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 00:04:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 00:04:01 +0000 |
commit | e378ab322d4789b90c8174752ddd8e328c6a8963 (patch) | |
tree | 3bf65676d9ddfc52b39a769e59d128e13a82ca01 /app-admin | |
parent | amd64 stable, bug #491900 (diff) | |
download | gentoo-2-e378ab322d4789b90c8174752ddd8e328c6a8963.tar.gz gentoo-2-e378ab322d4789b90c8174752ddd8e328c6a8963.tar.bz2 gentoo-2-e378ab322d4789b90c8174752ddd8e328c6a8963.zip |
amd64 stable, bug #491896
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/mcollective/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/mcollective/ChangeLog b/app-admin/mcollective/ChangeLog index 481eb8ad5d2b..df88241b2f31 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.19 2013/12/11 21:21:24 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.20 2014/03/02 00:04:01 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> mcollective-2.3.2.ebuild: + amd64 stable, bug #491896 *mcollective-2.3.2 (11 Dec 2013) diff --git a/app-admin/mcollective/mcollective-2.3.2.ebuild b/app-admin/mcollective/mcollective-2.3.2.ebuild index ef57ffb880a4..f266e38b7091 100644 --- a/app-admin/mcollective/mcollective-2.3.2.ebuild +++ b/app-admin/mcollective/mcollective-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.3.2.ebuild,v 1.1 2013/12/11 21:21:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.3.2.ebuild,v 1.2 2014/03/02 00:04:01 pacho Exp $ EAPI="4" @@ -16,7 +16,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="" |