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 | |
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')
-rw-r--r-- | sys-libs/uclibc-ng/metadata.xml | 2 | ||||
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-1.0.31.ebuild | 3 | ||||
-rw-r--r-- | sys-libs/uclibc-ng/uclibc-ng-9999.ebuild | 5 |
5 files changed, 12 insertions, 8 deletions
diff --git a/sys-libs/uclibc-ng/metadata.xml b/sys-libs/uclibc-ng/metadata.xml index c54e93bc9e0a..12420ae8d3b1 100644 --- a/sys-libs/uclibc-ng/metadata.xml +++ b/sys-libs/uclibc-ng/metadata.xml @@ -12,7 +12,7 @@ <longdescription> uClibc-ng is a small C library for developing embedded Linux systems. It is much smaller than the GNU C Library, but nearly all applications supported by glibc - also work perfectly with uClibc-ng. + also work perfectly with uClibc-ng. </longdescription> <use> <flag name="rpc">Enable sun nis/rpc support (you should use libtirpc though)</flag> diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild index 3a53eceae511..572b3800cec8 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -24,7 +24,8 @@ fi LICENSE="LGPL-2" SLOT="0" IUSE="debug hardened iconv ipv6 rpc 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 diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild index 87c97563169a..c7b7bac0f3ee 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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 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 diff --git a/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild b/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild index 3b31357d8044..9e216067cb34 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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 |