diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-02 04:14:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-02 04:47:22 +0100 |
commit | 1b39922b75edcd897083f7b0d91aded7ba0523e4 (patch) | |
tree | e2266a43eabbfa6eb716c118285be33b16613be6 /net-print | |
parent | dev-util/diffoscope: drop 224, 226 (diff) | |
download | gentoo-1b39922b75edcd897083f7b0d91aded7ba0523e4.tar.gz gentoo-1b39922b75edcd897083f7b0d91aded7ba0523e4.tar.bz2 gentoo-1b39922b75edcd897083f7b0d91aded7ba0523e4.zip |
Move {virtual → app-alternatives}/awk
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/apsfilter/apsfilter-7.2.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild b/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild index 4f7f15844cab..52cac18cbc7e 100644 --- a/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild +++ b/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ RDEPEND=" >=app-text/psutils-1.17 >=app-text/a2ps-4.13b-r4 net-print/cups - virtual/awk + app-alternatives/awk virtual/imagemagick-tools virtual/mta" DEPEND="${RDEPEND}" |