diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:53:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:09 +0300 |
commit | daa3f98c089a0d16278bd35fa8a5fa86ee6e388b (patch) | |
tree | 50f5e967c978a3e6a97528012ab538bf0bc844bd /sci-libs/pgplot | |
parent | sci-libs/pdal: destabilize for ~x86 (diff) | |
download | gentoo-daa3f98c089a0d16278bd35fa8a5fa86ee6e388b.tar.gz gentoo-daa3f98c089a0d16278bd35fa8a5fa86ee6e388b.tar.bz2 gentoo-daa3f98c089a0d16278bd35fa8a5fa86ee6e388b.zip |
sci-libs/pgplot: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild index f0722506dc29..07e406e2d678 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r7.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=6 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz" SLOT="0" LICENSE="free-noncomm" -KEYWORDS="amd64 ~arm ~ia64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc motif static-libs tk" RDEPEND=" |