diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-04 22:52:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-04 23:04:26 +0000 |
commit | d16e284022086cb9dad3337099eebe4e90d52691 (patch) | |
tree | f5a37813767050f7a8ff395f319838949c3aa2c8 /dev-lang/gnat-gpl | |
parent | net-dns/dnscrypt-proxy: sync live ebuild (diff) | |
download | gentoo-d16e284022086cb9dad3337099eebe4e90d52691.tar.gz gentoo-d16e284022086cb9dad3337099eebe4e90d52691.tar.bz2 gentoo-d16e284022086cb9dad3337099eebe4e90d52691.zip |
toolchain.eclass: rename USE=regression-test to USE=test
gcc-8.3 is stable on all the platforms for a while. Renaming
'regression-test' to 'test' for older ebuilds as well.
While at it:
- make test runs unconditional
- drop installation of test results
- add RESTRICT="!test? ( test )"
- drop 'regression-test' from metadata files
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/gnat-gpl')
-rw-r--r-- | dev-lang/gnat-gpl/metadata.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/gnat-gpl/metadata.xml b/dev-lang/gnat-gpl/metadata.xml index 5ce6809c642d..923cfc961fa4 100644 --- a/dev-lang/gnat-gpl/metadata.xml +++ b/dev-lang/gnat-gpl/metadata.xml @@ -29,8 +29,6 @@ <flag name="objc-gc">Build support for the Objective C code language Garbage Collector</flag> <flag name="pgo">Build GCC using Profile Guided Optimization (PGO)</flag> - <flag name="regression-test">Run the testsuite and install the results - (requires FEATURES=test)</flag> <flag name="sanitize">Build support for various sanitizer functions (ASAN/TSAN/etc...)</flag> <flag name="systemtap">enable systemtap static probe points</flag> <flag name="ssp">Build packages with stack smashing protector on by default</flag> |