diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-19 08:39:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-19 08:39:26 +0200 |
commit | ab8a5c7d04fd7a0a7cbe69f15478a20a31833952 (patch) | |
tree | 2b70e75982b6806d1406900f2f9e9177cf0496aa /sys-devel/automake | |
parent | sys-block/buffer: x86 stable wrt bug #813693 (diff) | |
download | gentoo-ab8a5c7d04fd7a0a7cbe69f15478a20a31833952.tar.gz gentoo-ab8a5c7d04fd7a0a7cbe69f15478a20a31833952.tar.bz2 gentoo-ab8a5c7d04fd7a0a7cbe69f15478a20a31833952.zip |
sys-devel/automake: x86 stable wrt bug #813696
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.4.ebuild b/sys-devel/automake/automake-1.16.4.ebuild index 41c6b309ec99..c30bb529871e 100644 --- a/sys-devel/automake/automake-1.16.4.ebuild +++ b/sys-devel/automake/automake-1.16.4.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 |