diff options
Diffstat (limited to 'net-misc/tiers')
-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 5d489c5a5959..841db16c476f 100644 --- a/net-misc/tiers/tiers-1.1.ebuild +++ b/net-misc/tiers/tiers-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="sci-visualization/gnuplot - virtual/awk" + app-alternatives/awk" S=${WORKDIR}/${MY_P} |