summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libical: x86 stable (bug #643940)Thomas Deutschmann2018-01-211-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libical-2.0.0-r3: alpha stableTobias Klausmann2018-01-201-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/643940
* dev-libs/libical: stable 2.0.0-r3 for ia64, bug #643940Sergei Trofimovich2018-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-libs/libical: stable 2.0.0-r3 for sparc, bug #643940Rolf Eike Beer2018-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* dev-libs/libical: amd64 stable wrt bug #643940Mikle Kolyada2018-01-091-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libical: Fix testsAndreas Sturmlechner2018-01-061-0/+1
| | | | | | Reported-by: eroen <gentoo@eroen.eu> Bug: https://bugs.gentoo.org/532296 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libical: Don't execute tests in parallelAndreas Sturmlechner2018-01-061-1/+6
| | | | | Closes: https://bugs.gentoo.org/642958 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libical: fix libical.pc to prevent overlinkingAlexander Tsoy2017-12-211-0/+54
Move pthread and ICU libs to *.private sections in libical.pc. Also fixes absolute paths to ICU libraries. Closes: https://bugs.gentoo.org/599244 Closes: https://github.com/gentoo/gentoo/pull/6582