summaryrefslogtreecommitdiff
path: root/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild
AgeCommit message (Collapse)Author
2025-10-09dev-php/libvirt-php: Don't rely on libxml2 to provide ATTRIBUTE_UNUSEDMichal Privoznik
In the past, libxml2 used to declare some attributes in its headers, with ATTRIBUTE_UNUSED being one of them. Some projects (like libvirt-php) misused this. But after libxml2 was cleaned up and stopped polluting header files (see commit in backported patch), these projects have to redefine the macro themselves. Closes: https://bugs.gentoo.org/963308 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44111 Closes: https://github.com/gentoo/gentoo/pull/44111 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-13*/*: remove reference to php8.1Bertrand Jacquin
php 8.1 is no longer part of portage tree since 2025-03-17 via e8ed8932868769feef9cdd284e84e878c7bb8a26. Bug: https://bugs.gentoo.org/959495 Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh> Part-of: https://github.com/gentoo/gentoo/pull/42868 Signed-off-by: Sam James <sam@gentoo.org>
2025-05-05dev-php/libvirt-php: add dev-libs/libxml2 subslot op for incoming ABI breakAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>