diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-26 10:31:37 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-26 19:16:36 +0100 |
commit | c866c6c6e53a1a0129227b0af3c1970b456d6cf7 (patch) | |
tree | 28613f703a5f5c1823f0486419f6aeb46bf86b30 /sci-libs/pgplot | |
parent | sci-libs/pgplot: mark as LTO-unsafe (diff) | |
download | gentoo-c866c6c6e53a1a0129227b0af3c1970b456d6cf7.tar.gz gentoo-c866c6c6e53a1a0129227b0af3c1970b456d6cf7.tar.bz2 gentoo-c866c6c6e53a1a0129227b0af3c1970b456d6cf7.zip |
sci-libs/pgplot: fix VariableOrderWrong
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild index 99f9fa03c2be..ca95b9fefd98 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild @@ -11,8 +11,8 @@ DESCRIPTION="FORTRAN/C device-independent scientific graphic library" HOMEPAGE="https://www.astro.caltech.edu/~tjp/pgplot/" SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz" -SLOT="0" LICENSE="free-noncomm" +SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc motif static-libs tk" |