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 dbb804c6114e..0c40d905aed8 100644 --- a/net-misc/shmux/shmux-1.0.ebuild +++ b/net-misc/shmux/shmux-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.6 2012/01/11 23:08:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.7 2013/03/10 01:47:35 ottxor Exp $ DESCRIPTION="Program for executing the same command on many hosts in parallel" HOMEPAGE="http://web.taranis.org/shmux/" @@ -15,7 +15,7 @@ RDEPEND=" sys-libs/ncurses " DEPEND="${RDEPEND} - sys-apps/gawk" + virtual/awk" src_compile() { econf $(use_with pcre) || die "econf failed" |