diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:11:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:35 +0300 |
commit | ba2510fc3ef03c7af33572109fc2df248e6fb511 (patch) | |
tree | 6510982ebbaa2095e6ec1ac19388094e7b69c388 /sci-libs/btf | |
parent | sci-libs/arpack: destabilize for ~ppc (diff) | |
download | gentoo-ba2510fc3ef03c7af33572109fc2df248e6fb511.tar.gz gentoo-ba2510fc3ef03c7af33572109fc2df248e6fb511.tar.bz2 gentoo-ba2510fc3ef03c7af33572109fc2df248e6fb511.zip |
sci-libs/btf: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/btf')
-rw-r--r-- | sci-libs/btf/btf-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/btf/btf-1.2.6.ebuild b/sci-libs/btf/btf-1.2.6.ebuild index 33a2422291ed..5c9805f97501 100644 --- a/sci-libs/btf/btf-1.2.6.ebuild +++ b/sci-libs/btf/btf-1.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" DEPEND="sci-libs/suitesparseconfig" RDEPEND="${DEPEND}" |