*/*: [QA] Fix trivial cases of MissingTestRestrict
[gentoo.git] / dev-libs / xerces-c / xerces-c-3.2.2-r1.ebuild
index b3de8de767915b423651a30a5872909e01dda1e8..a800f146f65a605936598a95a5031cd8680f78fc 100644 (file)
@@ -14,13 +14,14 @@ if [[ ${PV} == *9999 ]] ; then
        inherit subversion
 else
        SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz"
-       KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+       KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
 
 IUSE="cpu_flags_x86_sse2 curl doc elibc_Darwin elibc_FreeBSD examples iconv icu static-libs test threads"
+RESTRICT="!test? ( test )"
 
 RDEPEND="icu? ( dev-libs/icu:0= )
        curl? ( net-misc/curl )