diff options
author | Sam James <sam@gentoo.org> | 2021-05-22 15:03:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-22 15:09:55 +0000 |
commit | 45da1508b062982fcc881f0f9f7aa7fd351a3675 (patch) | |
tree | 286abac268beaaacc4560c1d6080eb5b1f49c70f /sys-devel | |
parent | sys-apps/irqbalance: Stabilize 1.8.0 x86, #791292 (diff) | |
download | gentoo-45da1508b062982fcc881f0f9f7aa7fd351a3675.tar.gz gentoo-45da1508b062982fcc881f0f9f7aa7fd351a3675.tar.bz2 gentoo-45da1508b062982fcc881f0f9f7aa7fd351a3675.zip |
sys-devel/automake: Stabilize 1.16.3-r1 x86, #791295
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 322cbc22dc8c..c11407bb6be6 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 |