diff options
Diffstat (limited to 'net-misc/shmux/shmux-1.0.ebuild')
-rw-r--r-- | net-misc/shmux/shmux-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/shmux/shmux-1.0.ebuild b/net-misc/shmux/shmux-1.0.ebuild index c3fa93177238..3ae279dd3fc5 100644 --- a/net-misc/shmux/shmux-1.0.ebuild +++ b/net-misc/shmux/shmux-1.0.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.4 2007/03/10 20:36:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.5 2007/03/17 18:36:39 beandog 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 )" DEPEND="${RDEPEND} sys-apps/gawk" |