summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libindicator: remove unused patchMichael Mair-Keimberger2021-03-221-12/+0
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20029 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libindicator: stop using -WerrorSam James2021-03-191-0/+196
| | | | | Closes: https://bugs.gentoo.org/698774 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libindicator: fix nonbash for both slotsSam James2021-03-191-0/+23
| | | | | Bug: https://bugs.gentoo.org/776670 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libindicator: fix nonbashSam James2021-03-191-0/+1
| | | | | Closes: https://bugs.gentoo.org/777087 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libindicator: add missing whitespace before -lmIan Stakenvicius2015-10-041-0/+11
When dev-util/pkgconfig-0.29 is in use, the _LIBS output of a PKG_CHECK* does not have a trailing space assigned. This causes the link flags to contain a "-lglib-2.0-lm" assignment as $LIBM was appended to $LIBINDICATOR_LIBS without any whitespace separation. This commit adds the necessary whitespace. Fixes bug 545334