diff options
author | orbea <orbea@riseup.net> | 2023-11-03 07:09:32 -0700 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2023-11-03 07:13:21 -0700 |
commit | abfd043e8b88989a406f956635e137f046ed74ca (patch) | |
tree | 3806a43aa98d976cae3e62844c6210c5aec4de0d /dev-libs | |
parent | dev-qt/qtbase: sync ::gentoo (diff) | |
download | libressl-abfd043e8b88989a406f956635e137f046ed74ca.tar.gz libressl-abfd043e8b88989a406f956635e137f046ed74ca.tar.bz2 libressl-abfd043e8b88989a406f956635e137f046ed74ca.zip |
dev-libs/libressl: stabilize 3.6.3 for arm, arm64
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libressl/libressl-3.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-3.6.3.ebuild b/dev-libs/libressl/libressl-3.6.3.ebuild index 7a0c705..f7236b7 100644 --- a/dev-libs/libressl/libressl-3.6.3.ebuild +++ b/dev-libs/libressl/libressl-3.6.3.ebuild @@ -17,7 +17,7 @@ LICENSE="ISC openssl" # we'll try to use the max of either. However, if either change between # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/53" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+asm static-libs test" RESTRICT="!test? ( test )" |