diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-10 17:35:00 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-10 17:35:00 +0200 |
commit | 998d4eadf4cd657ce13fa6cefea5ce7df6794e20 (patch) | |
tree | 44ece34bbdb9d4c229f4f571b1c0e46a1de095ba /sys-devel | |
parent | sys-block/vblade: amd64 stable wrt bug #807511 (diff) | |
download | gentoo-998d4eadf4cd657ce13fa6cefea5ce7df6794e20.tar.gz gentoo-998d4eadf4cd657ce13fa6cefea5ce7df6794e20.tar.bz2 gentoo-998d4eadf4cd657ce13fa6cefea5ce7df6794e20.zip |
sys-devel/autoconf-wrapper: amd64 stable wrt bug #807514
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-15.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-15.ebuild index 256108a64baa..34c522941355 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-15.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-15.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="GPL-2" SLOT="0" [[ "${PV}" == *_pre* ]] || \ -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" S="${WORKDIR}" |