diff options
author | Sam James <sam@gentoo.org> | 2024-02-18 13:20:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-18 13:20:07 +0000 |
commit | 558219053e27a8a6660897c138b7edb1fa417bc9 (patch) | |
tree | d31d23154a693e0055eae1459a148cfd777e9879 /dev-build/libtool | |
parent | net-misc/curl: Stabilize 8.5.0-r3 arm64, #924915 (diff) | |
download | gentoo-558219053e27a8a6660897c138b7edb1fa417bc9.tar.gz gentoo-558219053e27a8a6660897c138b7edb1fa417bc9.tar.bz2 gentoo-558219053e27a8a6660897c138b7edb1fa417bc9.zip |
dev-build/libtool: Stabilize 2.4.7-r2 arm, #924901
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/libtool')
-rw-r--r-- | dev-build/libtool/libtool-2.4.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/libtool/libtool-2.4.7-r2.ebuild b/dev-build/libtool/libtool-2.4.7-r2.ebuild index 16ed5d62e18f..44af4eaed3bd 100644 --- a/dev-build/libtool/libtool-2.4.7-r2.ebuild +++ b/dev-build/libtool/libtool-2.4.7-r2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="A shared library tool for developers" |