summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libseccomp: stable 2.5.1-r1 for hppa, bug #810229Rolf Eike Beer2021-10-071-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libseccomp: Stabilize 2.5.1-r1 arm64, #810229Sam James2021-09-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libseccomp: x86 stable wrt bug #810229Agostino Sarubbo2021-09-031-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libseccomp: amd64 stable wrt bug #810229Agostino Sarubbo2021-09-031-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libseccomp: Stabilize 2.5.1-r1 arm, #810229Sam James2021-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libseccomp: ppc64 stable wrt bug #810229Agostino Sarubbo2021-09-011-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libseccomp: ppc stable wrt bug #810229Agostino Sarubbo2021-09-011-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libseccomp: fix DISTUTILS_USE_SETUPTOOLS warning, -py3.7Sam James2021-07-231-2/+1
| | | | | | | | (Python 3.7 is no longer supported by the eclasses, so drop it while we're here.) Closes: https://bugs.gentoo.org/803593 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libseccomp: rework python supportMike Gilbert2021-05-231-0/+91
Apply a patch to link against the shared library. Eliminate a messy sed expression by copying some files around instead. Signed-off-by: Mike Gilbert <floppym@gentoo.org>