diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:57:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:57:54 +0000 |
commit | ba2d2540c85fe1e7b6b631023455c2c68894fbe0 (patch) | |
tree | 767618af9720b0c0831b4465b2e6536a7bdbf62c /app-admin | |
parent | Stable for amd64, wrt bug #474424 (diff) | |
download | gentoo-2-ba2d2540c85fe1e7b6b631023455c2c68894fbe0.tar.gz gentoo-2-ba2d2540c85fe1e7b6b631023455c2c68894fbe0.tar.bz2 gentoo-2-ba2d2540c85fe1e7b6b631023455c2c68894fbe0.zip |
Stable for amd64, wrt bug #474426
(Portage version: 2.1.12.9/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/clustershell/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/clustershell/clustershell-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/clustershell/ChangeLog b/app-admin/clustershell/ChangeLog index b03340887aff..cc2d47dcb492 100644 --- a/app-admin/clustershell/ChangeLog +++ b/app-admin/clustershell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/clustershell # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/ChangeLog,v 1.2 2013/06/25 12:10:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/ChangeLog,v 1.3 2013/06/25 12:57:54 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> clustershell-1.6.ebuild: + Stable for amd64, wrt bug #474426 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> clustershell-1.6.ebuild: Stable for x86, wrt bug #474426 diff --git a/app-admin/clustershell/clustershell-1.6.ebuild b/app-admin/clustershell/clustershell-1.6.ebuild index d23372965939..ad4c1c31b1f4 100644 --- a/app-admin/clustershell/clustershell-1.6.ebuild +++ b/app-admin/clustershell/clustershell-1.6.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/clustershell/clustershell-1.6.ebuild,v 1.2 2013/06/25 12:10:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clustershell/clustershell-1.6.ebuild,v 1.3 2013/06/25 12:57:54 ago Exp $ # TODO: test phase @@ -16,7 +16,7 @@ SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.t LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND="dev-libs/openssl" |