diff options
author | Sam James <sam@gentoo.org> | 2024-11-08 03:53:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-08 03:53:39 +0000 |
commit | 8bf157669c3620c22d6a42cec76dcdc85837e7b4 (patch) | |
tree | 05c4b0c46cedec558424e15516e754fa444bc79f /dev-build/make | |
parent | app-office/gnucash: Stabilize 5.8-r100 amd64, #942834 (diff) | |
download | gentoo-8bf157669c3620c22d6a42cec76dcdc85837e7b4.tar.gz gentoo-8bf157669c3620c22d6a42cec76dcdc85837e7b4.tar.bz2 gentoo-8bf157669c3620c22d6a42cec76dcdc85837e7b4.zip |
dev-build/make: Stabilize 4.4.1-r100 amd64, #942834
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/make')
-rw-r--r-- | dev-build/make/make-4.4.1-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/make/make-4.4.1-r100.ebuild b/dev-build/make/make-4.4.1-r100.ebuild index c711910ab5e1..11db5d2bcc16 100644 --- a/dev-build/make/make-4.4.1-r100.ebuild +++ b/dev-build/make/make-4.4.1-r100.ebuild @@ -18,7 +18,7 @@ elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then else SRC_URI="mirror://gnu/make/${P}.tar.lz" SRC_URI+=" verify-sig? ( mirror://gnu/make/${P}.tar.lz.sig )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-3+" |