diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:48:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:21 +0300 |
commit | 54bdf78aa7d3c9358644a35f6c517a90a96c5a97 (patch) | |
tree | 42f9c382b2432d7b75fa3f7b3423c2c65a81f86d /sci-electronics | |
parent | sci-electronics/pcb: destabilize for ~x86 (diff) | |
download | gentoo-54bdf78aa7d3c9358644a35f6c517a90a96c5a97.tar.gz gentoo-54bdf78aa7d3c9358644a35f6c517a90a96c5a97.tar.bz2 gentoo-54bdf78aa7d3c9358644a35f6c517a90a96c5a97.zip |
sci-electronics/qelectrotech: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/qelectrotech/qelectrotech-0.80.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild index 68f5ed0ee26b..21b1ebfe0716 100644 --- a/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-0.80.ebuild @@ -1,4 +1,4 @@ -# Copyright 2001-2021 Gentoo Authors +# Copyright 2001-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else MY_P=qet-${PV/%0/.0} SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}"/${MY_P} fi |