diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:27:58 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:27:58 +0100 |
commit | 56db7ee60cc127c6ecc104401b79a9c7283e9f3c (patch) | |
tree | 6a6a80fcfc5139eab9a4e97495b45205bf91c494 /sys-devel/automake/automake-1.16.3-r1.ebuild | |
parent | sys-devel/autoconf-wrapper: drop x86-macos (diff) | |
download | gentoo-56db7ee60cc127c6ecc104401b79a9c7283e9f3c.tar.gz gentoo-56db7ee60cc127c6ecc104401b79a9c7283e9f3c.tar.bz2 gentoo-56db7ee60cc127c6ecc104401b79a9c7283e9f3c.zip |
sys-devel/automake: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/automake/automake-1.16.3-r1.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.16.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild b/sys-devel/automake/automake-1.16.3-r1.ebuild index 7d33235a2938..911f740f96fc 100644 --- a/sys-devel/automake/automake-1.16.3-r1.ebuild +++ b/sys-devel/automake/automake-1.16.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~x86-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 |