diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-12 19:10:40 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-12 19:10:40 +0000 |
commit | 4fc30e4e13ecfbe29fbef3b5caf96218eab30b68 (patch) | |
tree | 76daccda237a1d7020464e1de2c699391c86cf92 /sci-astronomy/aatm | |
parent | 4c4e8e9bf6d1ef49be600d77fcbbd7be716aece7 (diff) |
gentoo auto-resync : 12:01:2024 - 19:10:40
Diffstat (limited to 'sci-astronomy/aatm')
-rw-r--r-- | sci-astronomy/aatm/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/aatm/aatm-0.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/aatm/Manifest b/sci-astronomy/aatm/Manifest index 66b7f2a3dffa..4a19980880a8 100644 --- a/sci-astronomy/aatm/Manifest +++ b/sci-astronomy/aatm/Manifest @@ -1,3 +1,3 @@ DIST aatm-0.6.tar.gz 613800 BLAKE2B 234d6db5c38b45182d525347357458d791d9fe11650391eab4694cb4271c823c0ec86b0e99c50d7b85624e9aafc79f8c9213954675878596f1219810f80614c8 SHA512 aef2d0fccc83a8a5817bd414b60c5167f7e378b434f9a3e9ce2bc2eeceec1cc1fb1b141cec07d78cb325dbfceac2804c07866291b2863f6839dfb6143ed9188a -EBUILD aatm-0.6.ebuild 869 BLAKE2B 6e6672adb25f660be2702f44471bd6d263b5b8c2fb172a446276e5bf5b9df99d485937e64d0a68e5261179407b0d7df09efa4dd69bcd50381d6df5180156b8cb SHA512 e31ddd378759f0cb61b306003783ffd1e70f97169af2aeb4c4dd78760af04f947b26f1c62be59fe47eb5f5a0d98f9e997873c3b6541a314221cd1434ea892e5d +EBUILD aatm-0.6.ebuild 870 BLAKE2B ff65f7cb39db0350073a5a14b324172cb26ac780ae83552397c80b8e5691992413e13f673da782b7daeb9aa45fad519e9501d0a5d2828301e694ae800b93bffe SHA512 e5cd3646a888504113d25f18f7352005c85d5e3840d11990dba61b1c7c6714699f31190f59d4f40f4569c9ca8301bd5aabfe264b66dc4a2637b452a285095def MISC metadata.xml 715 BLAKE2B a542589714983af3cfbad38ab359979870b0a3e51b49792bd37c902023fbae0ef93edbb3645341c2e5e6fc33d16a61d7dd7d0127f52c06031029e73c4f5f369d SHA512 69bb7f6d56444eb88376ec7c9b4e76fe6521872b27e4720da2be4cec5cda24c4b445206abab75a3871b289d5b8672682dd6c1ad0080e107e3ff64a97292669ad diff --git a/sci-astronomy/aatm/aatm-0.6.ebuild b/sci-astronomy/aatm/aatm-0.6.ebuild index da6d46d59b81..cbab46b7bf58 100644 --- a/sci-astronomy/aatm/aatm-0.6.ebuild +++ b/sci-astronomy/aatm/aatm-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="doc static-libs" RDEPEND="" DEPEND="${RDEPEND} dev-libs/boost:= - doc? ( app-doc/doxygen[dot] )" + doc? ( app-text/doxygen[dot] )" src_configure() { econf $(use_enable static-libs static) |