diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-03 08:26:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-03 08:26:05 +0000 |
commit | 19c1595e474a2653e03c58b74434ccd92582e59b (patch) | |
tree | fd8ffdc40bec7f4f73647c8d450cee8709c1f7b7 /app-admin | |
parent | Respect CC, install shptest only if built. Thanks to rei4dan for the report (diff) | |
download | gentoo-2-19c1595e474a2653e03c58b74434ccd92582e59b.tar.gz gentoo-2-19c1595e474a2653e03c58b74434ccd92582e59b.tar.bz2 gentoo-2-19c1595e474a2653e03c58b74434ccd92582e59b.zip |
Stable on amd64 wrt bug #421981
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/mcollective/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/mcollective/ChangeLog b/app-admin/mcollective/ChangeLog index 2053a4378b91..500ca4972aa9 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.7 2012/05/18 07:03:00 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.8 2012/08/03 08:26:05 hwoarang Exp $ + + 03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> mcollective-2.0.0.ebuild: + Stable on amd64 wrt bug #421981 *mcollective-2.0.0 (18 May 2012) @@ -38,4 +41,3 @@ 01 Mar 2011; Lance Albertson <ramereth@gentoo.org> +mcollective-1.0.1.ebuild, +files/mcollectived.initd, +metadata.xml: Initial commit imported from my ramereth-overlay - diff --git a/app-admin/mcollective/mcollective-2.0.0.ebuild b/app-admin/mcollective/mcollective-2.0.0.ebuild index 42d8dedfb884..5a0ae44053de 100644 --- a/app-admin/mcollective/mcollective-2.0.0.ebuild +++ b/app-admin/mcollective/mcollective-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.0.0.ebuild,v 1.1 2012/05/18 07:03:00 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.0.0.ebuild,v 1.2 2012/08/03 08:26:05 hwoarang 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="" |