diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:48:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:22 +0300 |
commit | f847c25724aaeb94d2f187dc9b1a873eb190de11 (patch) | |
tree | 4c3033f917d955998f73d9bb0e08576745f53c9b | |
parent | sci-electronics/systemc: destabilize for ~x86 (diff) | |
download | gentoo-f847c25724aaeb94d2f187dc9b1a873eb190de11.tar.gz gentoo-f847c25724aaeb94d2f187dc9b1a873eb190de11.tar.bz2 gentoo-f847c25724aaeb94d2f187dc9b1a873eb190de11.zip |
sci-electronics/voacapl: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild index 829abdbfcb48..f9d44130cf38 100644 --- a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild +++ b/sci-electronics/voacapl/voacapl-0.7.6-r1.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="7" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jawatson/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" IUSE="" RESTRICT="mirror bindist" |