diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:45:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:04 +0300 |
commit | ccb8f6a313a998da1f257b54d6a79f9e651da77d (patch) | |
tree | b4f05518c374891b1ffe7682253a18fd04786b3e /sci-astronomy/wcslib | |
parent | sci-astronomy/stellarium: destabilize for ~x86 (diff) | |
download | gentoo-ccb8f6a313a998da1f257b54d6a79f9e651da77d.tar.gz gentoo-ccb8f6a313a998da1f257b54d6a79f9e651da77d.tar.bz2 gentoo-ccb8f6a313a998da1f257b54d6a79f9e651da77d.zip |
sci-astronomy/wcslib: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy/wcslib')
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.11.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.12.ebuild | 2 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-7.3.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sci-astronomy/wcslib/wcslib-7.11.ebuild b/sci-astronomy/wcslib/wcslib-7.11.ebuild index d8ab5e2261ec..0e550f6db2e3 100644 --- a/sci-astronomy/wcslib/wcslib-7.11.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.11.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 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2" SLOT="0/7" LICENSE="LGPL-3" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran fits pgplot static-libs +tools" RDEPEND=" diff --git a/sci-astronomy/wcslib/wcslib-7.12.ebuild b/sci-astronomy/wcslib/wcslib-7.12.ebuild index d5e071cb157b..a67288ffaeee 100644 --- a/sci-astronomy/wcslib/wcslib-7.12.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.12.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2" SLOT="0/7" LICENSE="LGPL-3" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran fits pgplot static-libs +tools" RDEPEND=" diff --git a/sci-astronomy/wcslib/wcslib-7.3.ebuild b/sci-astronomy/wcslib/wcslib-7.3.ebuild index a01c6a87494c..9db899f0732f 100644 --- a/sci-astronomy/wcslib/wcslib-7.3.ebuild +++ b/sci-astronomy/wcslib/wcslib-7.3.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 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2" SLOT="0/7" LICENSE="LGPL-3" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran fits pgplot static-libs +tools" RDEPEND=" |