summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/scotch: x86 stable wrt bug #701532Agostino Sarubbo2019-12-311-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/scotch: amd64 stable wrt bug #701532Agostino Sarubbo2019-12-301-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/scotch: keyworded 6.0.4-r2 for sparc, bug #575366 (thanks to Rolf ↵Sergei Trofimovich2017-11-271-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* sci-libs/scotch: keyworded 6.0.4-r2 for ppc, bug #575366Sergei Trofimovich2017-09-301-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* sci-libs/scotch: keyword ~arm64Alexis Ballier2017-07-081-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sci-libs/scotch: ia64 keyworded, bug #575366Sergei Trofimovich2017-07-011-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sci-libs/scotch: Mark ~hppa (bug #575366).Jeroen Roovers2017-04-291-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* sci-libs/scotch: add ~arm ~ppc64 keyword (bug 575366)Michael Weber2017-04-051-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-libs/scotch: Add flex-2.6.3 compatibility patchNicholas Vinson2017-01-021-0/+173
Flex-2.6.3 changed and is different from the behavior shown in 2.6.1 and older. The behaviorial differences prevent scotch from building with 2.6.3. This patch adds code to detect 2.6.3 or newer and apply fixes that correctly reflect the new flex behavior. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3307