commit: ba986be8c443b56197babd51edb6ff4b2191423d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Feb 26 13:25:08 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 15:14:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba986be8
dev-libs/stb: also install deprecated header files Signed-off-by: David Roman <davidroman96 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35541 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-libs/stb/{stb-20240201.ebuild => stb-20240201-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/stb/stb-20240201.ebuild b/dev-libs/stb/stb-20240201-r1.ebuild similarity index 97% rename from dev-libs/stb/stb-20240201.ebuild rename to dev-libs/stb/stb-20240201-r1.ebuild index c9815652d223..b69f24538402 100644 --- a/dev-libs/stb/stb-20240201.ebuild +++ b/dev-libs/stb/stb-20240201-r1.ebuild @@ -22,6 +22,7 @@ src_prepare() { # Move the header files in a folder so they don't pollute the include dir mkdir stb || die mv *.h stb/ || die + mv deprecated stb/ || die } src_install() {
