diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:11:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:40 +0300 |
commit | a268d40a290002700421c978d8dd3d9166ca0d7a (patch) | |
tree | a4ea7d11675f60eb2906c9bf173da0e3584010e6 /sci-libs/indilib | |
parent | sci-libs/inchi: destabilize for ~ppc (diff) | |
download | gentoo-a268d40a290002700421c978d8dd3d9166ca0d7a.tar.gz gentoo-a268d40a290002700421c978d8dd3d9166ca0d7a.tar.bz2 gentoo-a268d40a290002700421c978d8dd3d9166ca0d7a.zip |
sci-libs/indilib: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/indilib')
-rw-r--r-- | sci-libs/indilib/indilib-1.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/indilib/indilib-1.9.8.ebuild b/sci-libs/indilib/indilib-1.9.8.ebuild index 5aa183ebc532..7fc71d680158 100644 --- a/sci-libs/indilib/indilib-1.9.8.ebuild +++ b/sci-libs/indilib/indilib-1.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}/${P/lib/}" LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+" SLOT="0/1" -KEYWORDS="amd64 ppc ppc64 ~riscv x86" +KEYWORDS="amd64 ~ppc ppc64 ~riscv x86" IUSE="ogg rtlsdr test websocket" RESTRICT="!test? ( test )" |