diff options
author | 2022-07-03 21:13:26 +0300 | |
---|---|---|
committer | 2022-07-03 21:13:26 +0300 | |
commit | 6fe7ead7e51a2279a702b4eb018edcd44927dff6 (patch) | |
tree | 623568e6ae3fcf15c4ee7b3a36be6b5d398c79dc /sys-apps | |
parent | net-irc/irker: update systemd service file (diff) | |
download | gentoo-6fe7ead7e51a2279a702b4eb018edcd44927dff6.tar.gz gentoo-6fe7ead7e51a2279a702b4eb018edcd44927dff6.tar.bz2 gentoo-6fe7ead7e51a2279a702b4eb018edcd44927dff6.zip |
sys-apps/mawk: Stabilize 1.3.4_p20200120 hppa, #856259
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mawk/mawk-1.3.4_p20200120.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/mawk/mawk-1.3.4_p20200120.ebuild b/sys-apps/mawk/mawk-1.3.4_p20200120.ebuild index 01feeb83d1ce..94d7dc52ec1a 100644 --- a/sys-apps/mawk/mawk-1.3.4_p20200120.ebuild +++ b/sys-apps/mawk/mawk-1.3.4_p20200120.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 @@ -12,7 +12,7 @@ SRC_URI="https://invisible-mirror.net/archives/${PN}/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND="app-eselect/eselect-awk" DEPEND="${RDEPEND}" |