diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:54:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:15 +0300 |
commit | 8eb5af084662656a4c1440afb58cfc96ff3b523d (patch) | |
tree | addce95c1519c9bae0c601f65cce5799b57cec07 /sci-mathematics | |
parent | sci-mathematics/ent: destabilize for ~x86 (diff) | |
download | gentoo-8eb5af084662656a4c1440afb58cfc96ff3b523d.tar.gz gentoo-8eb5af084662656a4c1440afb58cfc96ff3b523d.tar.bz2 gentoo-8eb5af084662656a4c1440afb58cfc96ff3b523d.zip |
sci-mathematics/euler: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/euler/euler-1.61.0-r1.ebuild b/sci-mathematics/euler/euler-1.61.0-r1.ebuild index b7ce622ec035..3345e94d0e80 100644 --- a/sci-mathematics/euler/euler-1.61.0-r1.ebuild +++ b/sci-mathematics/euler/euler-1.61.0-r1.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 @@ -10,7 +10,7 @@ HOMEPAGE="http://euler.sourceforge.net/" SRC_URI="mirror://sourceforge/euler/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc -sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc -sparc ~x86 ~amd64-linux ~x86-linux" BDEPEND="virtual/pkgconfig" DEPEND="x11-libs/gtk+:2" |