diff options
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-1.8.1.ebuild | 3 | ||||
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-1.8.ebuild | 3 | ||||
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-2.0.ebuild | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild index a6d1aa123871..5f701cd27c0f 100644 --- a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild +++ b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="boehm-gc cxx test" +RESTRICT="!test? ( test )" RDEPEND="boehm-gc? ( dev-libs/boehm-gc ) cxx? ( sys-libs/libcxx )" diff --git a/gnustep-base/libobjc2/libobjc2-1.8.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.ebuild index a6d1aa123871..5f701cd27c0f 100644 --- a/gnustep-base/libobjc2/libobjc2-1.8.ebuild +++ b/gnustep-base/libobjc2/libobjc2-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,6 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="boehm-gc cxx test" +RESTRICT="!test? ( test )" RDEPEND="boehm-gc? ( dev-libs/boehm-gc ) cxx? ( sys-libs/libcxx )" diff --git a/gnustep-base/libobjc2/libobjc2-2.0.ebuild b/gnustep-base/libobjc2/libobjc2-2.0.ebuild index 2d26e238d117..68cf5e40dbaa 100644 --- a/gnustep-base/libobjc2/libobjc2-2.0.ebuild +++ b/gnustep-base/libobjc2/libobjc2-2.0.ebuild @@ -12,6 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="boehm-gc test" +RESTRICT="!test? ( test )" RDEPEND="boehm-gc? ( dev-libs/boehm-gc ) sys-libs/libcxx" |