diff options
author | 2022-06-14 14:26:07 +0100 | |
---|---|---|
committer | 2022-06-14 14:26:07 +0100 | |
commit | b743134ceb6b0a828b0fdc0dfece3a09acb03907 (patch) | |
tree | 3e2b2a82846eb94568f60c208fb5304e1b5054d1 /dev-libs | |
parent | dev-util/boost-build: Stabilize 1.79.0 arm64, #843353 (diff) | |
download | gentoo-b743134ceb6b0a828b0fdc0dfece3a09acb03907.tar.gz gentoo-b743134ceb6b0a828b0fdc0dfece3a09acb03907.tar.bz2 gentoo-b743134ceb6b0a828b0fdc0dfece3a09acb03907.zip |
dev-libs/boost: Stabilize 1.79.0 arm64, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/boost-1.79.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.79.0.ebuild b/dev-libs/boost/boost-1.79.0.ebuild index 352590fabc56..15815b875e89 100644 --- a/dev-libs/boost/boost-1.79.0.ebuild +++ b/dev-libs/boost/boost-1.79.0.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}" LICENSE="Boost-1.0" SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # the tests will never fail because these are not intended as sanity |