diff options
author | Sam James <sam@gentoo.org> | 2024-04-01 06:04:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-01 06:29:25 +0100 |
commit | 1df72e06c83c784bf07e39536681faa6a6c71db8 (patch) | |
tree | d8c039876032f15670be9a59afd188871d1179e3 /sci-libs | |
parent | sys-apps/openrc: drop ncurses dependency from live ebuild (diff) | |
download | gentoo-1df72e06c83c784bf07e39536681faa6a6c71db8.tar.gz gentoo-1df72e06c83c784bf07e39536681faa6a6c71db8.tar.bz2 gentoo-1df72e06c83c784bf07e39536681faa6a6c71db8.zip |
sci-libs/dcmtk: update LTO comment (fixed upstream in git!)
Thank you dcmtk maintainers :)
Bug: https://bugs.gentoo.org/862699
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/dcmtk/dcmtk-3.6.8.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/dcmtk/dcmtk-3.6.8.ebuild b/sci-libs/dcmtk/dcmtk-3.6.8.ebuild index 1a375189d12c..ed291a83e208 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.8.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.8.ebuild @@ -50,8 +50,7 @@ src_prepare() { src_configure() { # ODR violations (bug #862699). Reported upstream by email on 2024-03-11. - # master (>3.6.8) seems to have that original issue fixed but has another - # JPEG-related violation. + # master seems fixed, so >3.6.8 should be able to drop this. filter-lto # bug 908398 |