diff options
Diffstat (limited to 'gnustep-base/libobjc2/libobjc2-1.8.1.ebuild')
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-1.8.1.ebuild | 3 |
1 files changed, 2 insertions, 1 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 )" |