diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 15:17:49 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 15:21:33 +0100 |
commit | 46f8bd6b880c952b4094db09153bae67b13514fb (patch) | |
tree | a2464389250689a5d735ba1bf10a9effb47204b8 /dev-libs/nettle/nettle-3.4.1.ebuild | |
parent | dev-libs/mpfr: drop ppc-aix m68k-mint (diff) | |
download | gentoo-46f8bd6b880c952b4094db09153bae67b13514fb.tar.gz gentoo-46f8bd6b880c952b4094db09153bae67b13514fb.tar.bz2 gentoo-46f8bd6b880c952b4094db09153bae67b13514fb.zip |
dev-libs/nettle: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/nettle/nettle-3.4.1.ebuild')
-rw-r--r-- | dev-libs/nettle/nettle-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/nettle/nettle-3.4.1.ebuild b/dev-libs/nettle/nettle-3.4.1.ebuild index 1aae4439bfbb..bb7dcdf6c2ad 100644 --- a/dev-libs/nettle/nettle-3.4.1.ebuild +++ b/dev-libs/nettle/nettle-3.4.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 then fixed -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~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 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes" RESTRICT="!test? ( test )" |