diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-10 21:08:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-10 21:08:59 +0300 |
commit | 3c112ebceba28ccc2142bdbfdf8f82c04b127caf (patch) | |
tree | 8647bdc1a32278d0f2f88975b44b56b69c44636e /sys-devel/automake | |
parent | app-misc/rpick: Stabilize 0.8.9 ppc64, #837674 (diff) | |
download | gentoo-3c112ebceba28ccc2142bdbfdf8f82c04b127caf.tar.gz gentoo-3c112ebceba28ccc2142bdbfdf8f82c04b127caf.tar.bz2 gentoo-3c112ebceba28ccc2142bdbfdf8f82c04b127caf.zip |
sys-devel/automake: Stabilize 1.16.5 arm64, #833654
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-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 6cb82d4da12f..58bb5ddc2956 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 |