diff options
author | 2024-09-12 19:16:56 +0300 | |
---|---|---|
committer | 2024-09-12 21:37:43 +0300 | |
commit | 75b2fa612d4902f5714b03a979cd9e4d88cbeb3d (patch) | |
tree | 508419c48ba10a43a1535ee066c8264f15643b33 /sci-libs/pgplot | |
parent | */*: drop ia64 from depends (diff) | |
download | gentoo-75b2fa612d4902f5714b03a979cd9e4d88cbeb3d.tar.gz gentoo-75b2fa612d4902f5714b03a979cd9e4d88cbeb3d.tar.bz2 gentoo-75b2fa612d4902f5714b03a979cd9e4d88cbeb3d.zip |
*/*: remove use ia64 calls
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild index 4d0eabd6a6c6..4685cad039c0 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild @@ -43,7 +43,7 @@ src_prepare() { default # fix pointers for 64 bits - if use amd64 || use ia64; then + if use amd64; then sed -e 's/INTEGER PIXMAP/INTEGER*8 PIXMAP/g' \ -i drivers/{gi,pp,wd}driv.f || die "sed 64bits failed" fi |