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 /sys-devel/gcc-apple | |
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 'sys-devel/gcc-apple')
-rw-r--r-- | sys-devel/gcc-apple/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/gcc-apple/metadata.xml b/sys-devel/gcc-apple/metadata.xml index e6297d1298f3..77e886c0ba4d 100644 --- a/sys-devel/gcc-apple/metadata.xml +++ b/sys-devel/gcc-apple/metadata.xml @@ -9,6 +9,5 @@ <flag name="bootstrap">!DO NOT SET THIS FLAG YOURSELF! avoids need for autoconf during bootstrap stage2</flag> <flag name="objc">Build support for the Objective C code language</flag> <flag name="objc++">Build support for the Objective C++ language</flag> - <flag name="regression-test">Run the testsuite and install the results (requires FEATURES=test)</flag> </use> </pkgmetadata> |