diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:31:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:31:28 +0300 |
commit | eef2e5682eb81fe6d2f978936fd84e501f8c83a8 (patch) | |
tree | fa98daef09051f590eb2daafb205da7a179619b4 /sys-devel | |
parent | sys-apps/sysvinit: Stabilize 3.01 sparc, #836344 (diff) | |
download | gentoo-eef2e5682eb81fe6d2f978936fd84e501f8c83a8.tar.gz gentoo-eef2e5682eb81fe6d2f978936fd84e501f8c83a8.tar.bz2 gentoo-eef2e5682eb81fe6d2f978936fd84e501f8c83a8.zip |
sys-devel/automake: Stabilize 1.16.5 arm, #833654
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/automake-1.16.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.5.ebuild b/sys-devel/automake/automake-1.16.5.ebuild index ef35b47d2b2a..f7fd22ddeca4 100644 --- a/sys-devel/automake/automake-1.16.5.ebuild +++ b/sys-devel/automake/automake-1.16.5.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" if [[ ${PV/_beta} == ${PV} ]]; then MY_P="${P}" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz |