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 /app-misc/fmawk | |
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 'app-misc/fmawk')
-rw-r--r-- | app-misc/fmawk/fmawk-1.2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/fmawk/fmawk-1.3.ebuild | 2 | ||||
-rw-r--r-- | app-misc/fmawk/fmawk-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/fmawk/fmawk-1.2.ebuild b/app-misc/fmawk/fmawk-1.2.ebuild index dac7c8432767..3a0ee6e1fbd6 100644 --- a/app-misc/fmawk/fmawk-1.2.ebuild +++ b/app-misc/fmawk/fmawk-1.2.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-3+" SLOT="0" -RDEPEND="virtual/awk" +RDEPEND="app-alternatives/awk" src_compile() { : diff --git a/app-misc/fmawk/fmawk-1.3.ebuild b/app-misc/fmawk/fmawk-1.3.ebuild index 188ad7e91e82..57d3dbc7f79e 100644 --- a/app-misc/fmawk/fmawk-1.3.ebuild +++ b/app-misc/fmawk/fmawk-1.3.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-3+" SLOT="0" -RDEPEND="virtual/awk" +RDEPEND="app-alternatives/awk" src_compile() { : diff --git a/app-misc/fmawk/fmawk-9999.ebuild b/app-misc/fmawk/fmawk-9999.ebuild index 188ad7e91e82..57d3dbc7f79e 100644 --- a/app-misc/fmawk/fmawk-9999.ebuild +++ b/app-misc/fmawk/fmawk-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-3+" SLOT="0" -RDEPEND="virtual/awk" +RDEPEND="app-alternatives/awk" src_compile() { : |