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 /dev-util/wiggle | |
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 'dev-util/wiggle')
-rw-r--r-- | dev-util/wiggle/wiggle-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/wiggle/wiggle-1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild index 2a259f966e52..0f3c7e80a92b 100644 --- a/dev-util/wiggle/wiggle-1.0.ebuild +++ b/dev-util/wiggle/wiggle-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ RDEPEND=" dev-util/patchutils sys-apps/diffutils sys-apps/findutils - virtual/awk + app-alternatives/awk sys-apps/grep sys-apps/less sys-apps/sed diff --git a/dev-util/wiggle/wiggle-1.2.ebuild b/dev-util/wiggle/wiggle-1.2.ebuild index 0f7322c3e7de..900ebe3deb12 100644 --- a/dev-util/wiggle/wiggle-1.2.ebuild +++ b/dev-util/wiggle/wiggle-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ RDEPEND=" dev-util/patchutils sys-apps/diffutils sys-apps/findutils - virtual/awk + app-alternatives/awk sys-apps/grep sys-apps/less sys-apps/sed |