summaryrefslogtreecommitdiff
path: root/sci-mathematics/nestedsums
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-12 19:10:40 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-12 19:10:40 +0000
commit4fc30e4e13ecfbe29fbef3b5caf96218eab30b68 (patch)
tree76daccda237a1d7020464e1de2c699391c86cf92 /sci-mathematics/nestedsums
parent4c4e8e9bf6d1ef49be600d77fcbbd7be716aece7 (diff)
gentoo auto-resync : 12:01:2024 - 19:10:40
Diffstat (limited to 'sci-mathematics/nestedsums')
-rw-r--r--sci-mathematics/nestedsums/Manifest2
-rw-r--r--sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/nestedsums/Manifest b/sci-mathematics/nestedsums/Manifest
index 10d4b99537f5..0fd42ae4583a 100644
--- a/sci-mathematics/nestedsums/Manifest
+++ b/sci-mathematics/nestedsums/Manifest
@@ -1,3 +1,3 @@
DIST nestedsums-1.5.2.tar.gz 511806 BLAKE2B 9c40f4b3405134ea058aad356e131b29f7f0a058b68ed3081bbcc51d451e850bccd8ec26448a8ac391524913da7eccbce4fae1b9e4119c8692b8fca59a17d885 SHA512 2b7dd54e02695a741bbe8cc0b45a3804dc7c1cb6d0b46ad7c152489e952718b438b84d60b844ff0ed92b32c78186dac2d4ee8e705ad82f965bbec923c1970d33
-EBUILD nestedsums-1.5.2-r1.ebuild 818 BLAKE2B 6514285ad73d50a6fdc94a6cdcfd6a0c86b41de234809240dea3cace5f95d0a4b42938aa42b5929704ee6aafbb295cbe1b585ff2e48627e1a4b7ace4c6136630 SHA512 c3e297b7cf67abd318176db5966dcdad56ab7dabf20ea26c2d2569f86ab92ad64e7cc05cc18a992740fe60d11e82bfe35f093b5be9ea528633c295baf68f90bb
+EBUILD nestedsums-1.5.2-r1.ebuild 819 BLAKE2B 0182fb7c9ddff7e858bd0a5a5d45555393ec5faef43caaa5dc8bfc07d37a1ad3eabc4e847a853487ee1f71434094a2820e72e3f15b50eee47140252de52423b4 SHA512 607c206db3767881375a2f004ed70995df8940cdab5704e11627df874ca5fbb02071e753013f15ce38af17da1bf0568957d55b636f51527e6cf802fca1908c9d
MISC metadata.xml 373 BLAKE2B 44ceeb3932aaa7f26c5ede01072dce9076710737fa73f5c5167cdb50d5ebb46d341667dc9cfaa555c724de17f5b7b938c48a248eb7da24766c12eb85eb43c8ab SHA512 966f7c48d4fb82d211fbc3811847c7e0f11276882ec74083516346153253ecbdb1e394329e9a6c1993ddf412e3f69f9c3df144d6bbf7cda8cfdaa6835b249550
diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild b/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
index 862b5e97fa20..790736770df9 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ IUSE="doc"
RDEPEND=">=sci-mathematics/ginac-1.7"
DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-text/doxygen )"
src_configure() {
append-cxxflags -std=c++14