diff options
-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="" |