diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-24 18:40:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-24 22:06:34 +0000 |
commit | 7d6669fde396a492a7cd79806bc6593eb437d27b (patch) | |
tree | da62bd116174aebc011b225ba7a8bd0d182cc4f2 /sys-devel/make | |
parent | dev-python/breathe: stable 4.22.1 for ppc64 (diff) | |
download | gentoo-7d6669fde396a492a7cd79806bc6593eb437d27b.tar.gz gentoo-7d6669fde396a492a7cd79806bc6593eb437d27b.tar.bz2 gentoo-7d6669fde396a492a7cd79806bc6593eb437d27b.zip |
sys-devel/make: stable 4.3 for ppc64
stable wrt bug #738316
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/make-4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild index b33963b968ba..2117d8090eab 100644 --- a/sys-devel/make/make-4.3.ebuild +++ b/sys-devel/make/make-4.3.ebuild @@ -11,7 +11,7 @@ if [[ "$(ver_cut 3)" -ge 90 ]] ; then SRC_URI="mirror://gnu-alpha//make/${P}.tar.gz" else SRC_URI="mirror://gnu//make/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~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 ~riscv ~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" fi LICENSE="GPL-3+" SLOT="0" |