commit: 319191157b4c7d0eef766dd660c0e9464f8b24e5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 30 11:24:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 30 11:24:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31919115
media-gfx/mscgen: add comment wrt REQUIRED_USE It's still needed as USE="truetype -png" fails tests, but I don't see a point in keeping the bug open -- such REQUIRED_USE isn't so unusual, and upstream seems pretty inactive. And, most importantly, we dropped the test restriction just now in eab3a00efc7116fe7edefcd7ca43abc6240a27fa which exposed a real problem. Bug: https://bugs.gentoo.org/379279 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/mscgen/mscgen-0.20-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/mscgen/mscgen-0.20-r1.ebuild b/media-gfx/mscgen/mscgen-0.20-r1.ebuild index 06a215fdcbdf..ed7f0a0ce1ee 100644 --- a/media-gfx/mscgen/mscgen-0.20-r1.ebuild +++ b/media-gfx/mscgen/mscgen-0.20-r1.ebuild @@ -13,6 +13,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-solaris" IUSE="png truetype" +# bug #379279 REQUIRED_USE="truetype? ( png )" RDEPEND="
