diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-02 12:22:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-02 12:22:46 +0000 |
commit | 15d22f086aa4663cd9c684e35f5580cbfcbe0bfe (patch) | |
tree | 107d8e9fa8c9e4e3ea88b0c8edcf2488243bf4cb /sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild | |
parent | app-misc/bijiben: remove wrong yelp-tools build depend (diff) | |
download | gentoo-15d22f086aa4663cd9c684e35f5580cbfcbe0bfe.tar.gz gentoo-15d22f086aa4663cd9c684e35f5580cbfcbe0bfe.tar.bz2 gentoo-15d22f086aa4663cd9c684e35f5580cbfcbe0bfe.zip |
sys-libs/uclibc-ng: RESTRICT=test (missing tests)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild')
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild index 4f1d00a3cb48..9e216067cb34 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild @@ -24,7 +24,8 @@ fi LICENSE="LGPL-2" SLOT="0" IUSE="debug hardened iconv ipv6 symlink-compat headers-only" -RESTRICT="strip" +# tests fail due to unusual makefile +RESTRICT="strip test" # 1) We can't upgrade from uclibc to uclibc-ng via a soft blocker since portage # will delete the ld.so sym link prematurely and break the system. So we |