summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-1/+1
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/binutils: add RESTRICT="!test? ( test )"Sergei Trofimovich2019-11-091-0/+2
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/binutils: restore KEYWORDS on 2.33.1Sergei Trofimovich2019-11-091-2/+1
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/binutils: disable verbose testsSergei Trofimovich2019-11-091-2/+1
| | | | | | | | Verbose tests stoll don't print enough information to just run a command. Let's leave debugging to logs. Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/binutils: drop explicit patch version assignmentSergei Trofimovich2019-11-081-1/+2
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/binutils: update live ebuild to EAPI=7Sergei Trofimovich2019-11-081-5/+5
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/binutils: Version bump without keywords, for testingAndreas K. Hüttel2019-10-131-0/+432
Some tests fail, example of ld: no of expected passes 2403 no of unexpected failures 3 no of expected failures 57 no of untested testcases 1 no of unsupported tests 39 FAIL: ld-elf/64ksec-r FAIL: ld-elf/64ksec FAIL: ver_test_pr16504.sh FAIL: strong_ref_weak_def.sh FAIL: dyn_weak_ref.sh FAIL: large_symbol_alignment FAIL: exception_separate_shared_12_test FAIL: exception_separate_shared_21_test FAIL: weak_undef_test FAIL: initpri3a FAIL: script_test_1 FAIL: script_test_2 FAIL: justsyms FAIL: justsyms_exec FAIL: binary_test FAIL: script_test_3 FAIL: tls_phdrs_script_test FAIL: script_test_12i FAIL: dynamic_list_2 FAIL: incremental_test_2 FAIL: incremental_test_5 FAIL: Run pr24406-1 Needs investigation, though part of it is probably still the usual gold problem Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>