diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-03-10 01:43:51 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-03-10 01:43:51 +0000 |
commit | 7e0f03e8ad68854d9dd472f1e77a843523f27e13 (patch) | |
tree | f1312732ff6c58a268768f9cfdda4806e92ec069 /net-misc/tiers/tiers-1.1.ebuild | |
parent | switch to virtual/awk (bug #455674) (diff) | |
download | gentoo-2-7e0f03e8ad68854d9dd472f1e77a843523f27e13.tar.gz gentoo-2-7e0f03e8ad68854d9dd472f1e77a843523f27e13.tar.bz2 gentoo-2-7e0f03e8ad68854d9dd472f1e77a843523f27e13.zip |
switch to virtual/awk (bug #455678)
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc/tiers/tiers-1.1.ebuild')
-rw-r--r-- | net-misc/tiers/tiers-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/tiers/tiers-1.1.ebuild b/net-misc/tiers/tiers-1.1.ebuild index 793b50a6fc6c..8a9534bb9f23 100644 --- a/net-misc/tiers/tiers-1.1.ebuild +++ b/net-misc/tiers/tiers-1.1.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/net-misc/tiers/tiers-1.1.ebuild,v 1.12 2013/02/02 18:16:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/tiers-1.1.ebuild,v 1.13 2013/03/10 01:43:51 ottxor Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="sys-devel/gcc" -RDEPEND="sys-apps/gawk +RDEPEND="virtual/awk sci-visualization/gnuplot" S=${WORKDIR}/${PN}${PV} |