diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 19:15:23 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 19:15:23 +0100 |
commit | 6617d27da9418682145d94862708b3c595f382bd (patch) | |
tree | 8356f7059cebe8d49a04c6952bfb20d4bf7bb2a8 /sys-devel/automake/automake-1.15.1-r2.ebuild | |
parent | sys-devel/autogen: drop ppc-aix m68k-mint (diff) | |
download | gentoo-6617d27da9418682145d94862708b3c595f382bd.tar.gz gentoo-6617d27da9418682145d94862708b3c595f382bd.tar.bz2 gentoo-6617d27da9418682145d94862708b3c595f382bd.zip |
sys-devel/automake: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/automake/automake-1.15.1-r2.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.15.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.15.1-r2.ebuild b/sys-devel/automake/automake-1.15.1-r2.ebuild index 8ec205e95c9c..a0f8ee157fc5 100644 --- a/sys-devel/automake/automake-1.15.1-r2.ebuild +++ b/sys-devel/automake/automake-1.15.1-r2.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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 |