diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-17 19:06:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-17 19:06:38 +0000 |
commit | f21f42b44bc17a4505dcff7e154499b2ec57c6dc (patch) | |
tree | 32c7d08c707943cb1604ede1cbf5043fe27a4d8d /net-misc/shmux/shmux-1.0.2.ebuild | |
parent | alpha/ia64/sparc stable wrt #393567 (diff) | |
download | historical-f21f42b44bc17a4505dcff7e154499b2ec57c6dc.tar.gz historical-f21f42b44bc17a4505dcff7e154499b2ec57c6dc.tar.bz2 historical-f21f42b44bc17a4505dcff7e154499b2ec57c6dc.zip |
Stable for AMD64, wrt bug #393875
Package-Manager: portage-2.1.10.40/cvs/Linux i686
Diffstat (limited to 'net-misc/shmux/shmux-1.0.2.ebuild')
-rw-r--r-- | net-misc/shmux/shmux-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/shmux/shmux-1.0.2.ebuild b/net-misc/shmux/shmux-1.0.2.ebuild index 1f25ec668e56..5905160e997f 100644 --- a/net-misc/shmux/shmux-1.0.2.ebuild +++ b/net-misc/shmux/shmux-1.0.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.1 2009/01/03 13:54:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.2 2011/12/17 19:06:38 ago Exp $ DESCRIPTION="Program for executing the same command on many hosts in parallel" HOMEPAGE="http://web.taranis.org/shmux/" SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="pcre" RESTRICT="test" RDEPEND="pcre? ( dev-libs/libpcre )" |