diff options
author | Sam James <sam@gentoo.org> | 2021-05-22 01:29:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-22 01:29:53 +0000 |
commit | 013936b0ed2f15896c4b77f025ba166cfbafb02d (patch) | |
tree | 790bbbb24f85fdf023a7407844ccd3aad19236e6 /sys-devel/automake | |
parent | sys-apps/irqbalance: Stabilize 1.8.0 amd64, #791292 (diff) | |
download | gentoo-013936b0ed2f15896c4b77f025ba166cfbafb02d.tar.gz gentoo-013936b0ed2f15896c4b77f025ba166cfbafb02d.tar.bz2 gentoo-013936b0ed2f15896c4b77f025ba166cfbafb02d.zip |
sys-devel/automake: Stabilize 1.16.3-r1 amd64, #791295
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild b/sys-devel/automake/automake-1.16.3-r1.ebuild index 740e65add564..e92d5444b118 100644 --- a/sys-devel/automake/automake-1.16.3-r1.ebuild +++ b/sys-devel/automake/automake-1.16.3-r1.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 |