diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-13 12:31:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-13 12:31:46 +0100 |
commit | 6fcdccbe589d724b6c268b49f66414e40eb0d807 (patch) | |
tree | b0b74ac37d41e5d22a5a758517b215d1829cdb67 /sci-libs/pgplot | |
parent | 3ea54510168a7ed4271b85f7292beca67346bfe9 (diff) |
gentoo auto-resync : 13:09:2024 - 12:31:45
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/pgplot/Manifest b/sci-libs/pgplot/Manifest index 7e9c28bac443..7df2609f938a 100644 --- a/sci-libs/pgplot/Manifest +++ b/sci-libs/pgplot/Manifest @@ -5,5 +5,5 @@ AUX pgplot-libpng15.patch 374 BLAKE2B 975eed22e5f2c4ff7bd169224eee766b5438ad25dd AUX pgplot-makemake.patch 7901 BLAKE2B 65b6d9fa41667d95376530315269872a25fc9445753e0f7b57ebe02feb3bfbf8deb75e977c771a09c4bf7851e5a9d392c145916c054ebd5624309487a4756fad SHA512 a29bc78eb17397c8fc3a0ec0f8dcec28d5d3f1345b16b90c05aad6459c9b312b63d04e55882b99c47ab22e7b3e16ee3e437c684fb5f50a43aaecd5fc6915689a AUX pgplot-tk86.patch 1863 BLAKE2B 23abf5177049d19ce782ff68987689fe9e6cac0267bd664c681bb1bd94a11da1898ed6c639d0a3773d64f43502c588352304e593672940fdf83e42ac00219ab2 SHA512 32abe4409cc1b63bf807a3544c36c163c6278dbe3dfd50ce24c6c65da6e22c8d8c0992217bab44c3e3105a11a6cad9b721c1ed8efe6835b46686072f40b83468 DIST pgplot522.tar.gz 1197397 BLAKE2B 9eafde628373abdbda7adeb365b107618197aa5884d16b27f42b20c7957efa9b09d64adbcbc311ec92b974427355f8410a35c3f12969d240e8e25f3a72cae82b SHA512 03a075c84506ead1d665a7105cd41c7cfbe19d12094cb36fb7459a0f6ee0df0638543b7eca92aaf80677984cc47a07b968f854db8eaa90ec605f78d89c615d1f -EBUILD pgplot-5.2.2-r8.ebuild 4183 BLAKE2B 01dd7168c42abe5d0de7eada19443999557d4274558002f9a2bca6c6edb12b9d5e8127d03f795cb6b9e7207ef97e98fa27f50bb5a71d0fca67443156356c88c4 SHA512 91ed4a4e384d0b235f2c8708fb822b7626a4f43f98de3717e00bcd972433f2082243261f3349aa7464498e864c90a259bf771389b3ecd597a1222483b7c491d7 +EBUILD pgplot-5.2.2-r8.ebuild 4165 BLAKE2B 4e22d01b9bdd429092a33e2ecd33b84827b3c54171ff59968dee7a28a1df32421a0373dd25898754cec9f9fa27442e62560648a5a135d71cfe34a071d7eed92d SHA512 30d458602269e1aeb43669064188d6e192302d850f5239bb0d5b04ec628d654846eadff436a8a47e28da48567fe5d980405629b01c5476768795b8d6a5a03171 MISC metadata.xml 625 BLAKE2B bbd521da84f7e10f6f09957ba02f4d731705784b7958951f9b508642e17ecb8840bb4ff33d81cfbd21b19723416f3a4e44bbe22a568f79731fefd2c25ce1cb8a SHA512 52ee7b04c1294da75229ca6c7ad407e7b278c78998962a818519c5312ed4babdbb9a62c31ecfba12aa39b439aa0477a7170f6f644d90097d149ad3a5839f766f diff --git a/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild index 64ee3a5011c8..4685cad039c0 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r8.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc motif static-libs tk" RDEPEND=" @@ -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 |