summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/sdbus-c++: Really fix musl with __UAPI_DEF_ETHHDRJames Le Cuirot2023-02-182-2/+8
| | | | | Closes: https://bugs.gentoo.org/895284 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Fix musl, fix systemd 251+, bump static systemd, Python 3.11James Le Cuirot2023-02-185-18/+61
| | | | | Closes: https://bugs.gentoo.org/862648 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/sdbus-c++: Fix pkg-config dep on libsystemd when statically linkedJames Le Cuirot2022-08-203-0/+37
| | | | | Closes: https://bugs.gentoo.org/865389 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Bump to 1.2.0, bump systemd to fix glibc 2.36, drop old 1.1.0James Le Cuirot2022-08-164-69/+7
| | | | | Closes: https://bugs.gentoo.org/864985 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Bump systemd version to 250.6James Le Cuirot2022-05-293-10/+12
| | | | | | | This avoids direct use of ld by the EFI feature, which is unused here anyway. Closes: https://bugs.gentoo.org/836687 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Fix musl build by disabling systemd featuresJames Le Cuirot2022-05-012-2/+8
| | | | | | | | I have disabled these features unconditionally as I don't think they're needed, regardless of whether you're using musl. Closes: https://bugs.gentoo.org/841749 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Fix systemd SRC_URIJames Le Cuirot2022-04-023-5/+5
| | | | | | | systemd is confusing. Closes: https://bugs.gentoo.org/836655 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Apply Gentoo musl patches to systemdJames Le Cuirot2022-04-023-5/+24
| | | | | | | | This downgrades systemd slightly but the precise version isn't too important. This is admittedly not tested against musl. Hopefully it's sufficient. Closes: https://bugs.gentoo.org/836414 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: Use python-any-r1 eclass to build systemdJames Le Cuirot2022-03-212-2/+28
| | | | | Closes: https://bugs.gentoo.org/835705 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/sdbus-c++: New packageJames Le Cuirot2022-03-206-0/+317
Including older 0.9.0 version for msalsdk-dbusclient. Signed-off-by: James Le Cuirot <chewi@gentoo.org>