diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:54:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:16 +0300 |
commit | 7de04ec5ddda71f5eac1da2a69fed6042924691f (patch) | |
tree | a943a7e43f8a6e356cbb2c3e2ef0575047502070 /sci-mathematics | |
parent | sci-mathematics/frobby: destabilize for ~x86 (diff) | |
download | gentoo-7de04ec5ddda71f5eac1da2a69fed6042924691f.tar.gz gentoo-7de04ec5ddda71f5eac1da2a69fed6042924691f.tar.bz2 gentoo-7de04ec5ddda71f5eac1da2a69fed6042924691f.zip |
sci-mathematics/gfan: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild index 1ec0a87690e9..e4c81181dbaf 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r4.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 @@ -11,7 +11,7 @@ SRC_URI="https://users-math.au.dk/~jensen/software/${PN}/${PN}${PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc" BDEPEND="doc? ( virtual/latex-base )" |