diff options
author | 2020-11-03 03:53:23 +0000 | |
---|---|---|
committer | 2020-11-03 03:54:39 +0000 | |
commit | 42b9ed90da07fa7a2295b44e10e5d8fd94951e06 (patch) | |
tree | 8ed00b1c4c53b6d141c8e54aa39363faface9a6a /dev-libs/libressl | |
parent | app-text/mupdf: drop tighter libressl dep (diff) | |
download | gentoo-42b9ed90da07fa7a2295b44e10e5d8fd94951e06.tar.gz gentoo-42b9ed90da07fa7a2295b44e10e5d8fd94951e06.tar.bz2 gentoo-42b9ed90da07fa7a2295b44e10e5d8fd94951e06.zip |
dev-libs/libressl: drop 3.2.1 back to ~
It's a development release upstream, not suitable
for stabilisation unless we can help it.
3.2.2 would be a better candidate but likely best
to let it soak in tree for a little bit.
The reason for the original stabilisation
has been handled in 526e4d7af5e33b989c2ace8e3048c596f97d2655.
Acked-by: Stefan Strogin <steils@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-3.2.1.ebuild b/dev-libs/libressl/libressl-3.2.1.ebuild index a4530ad3f5d2..ab31f2041689 100644 --- a/dev-libs/libressl/libressl-3.2.1.ebuild +++ b/dev-libs/libressl/libressl-3.2.1.ebuild @@ -14,7 +14,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/48" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+asm static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( static-libs )" |