diff options
Diffstat (limited to 'dev-libs/pegtl')
-rw-r--r-- | dev-libs/pegtl/pegtl-1.3.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/pegtl/pegtl-2.0.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/pegtl/pegtl-2.0_pre1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/pegtl/pegtl-2.1.4.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild b/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild index 27485cd73385..7ea2419da502 100644 --- a/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild +++ b/dev-libs/pegtl/pegtl-1.3.1-r1.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=6 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="" RDEPEND="${DEPEND}" diff --git a/dev-libs/pegtl/pegtl-2.0.0.ebuild b/dev-libs/pegtl/pegtl-2.0.0.ebuild index ebadbdeda819..e597fab28ed1 100644 --- a/dev-libs/pegtl/pegtl-2.0.0.ebuild +++ b/dev-libs/pegtl/pegtl-2.0.0.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=6 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="" RDEPEND="${DEPEND}" diff --git a/dev-libs/pegtl/pegtl-2.0_pre1.ebuild b/dev-libs/pegtl/pegtl-2.0_pre1.ebuild index 30237ac2126a..1290e13ad05b 100644 --- a/dev-libs/pegtl/pegtl-2.0_pre1.ebuild +++ b/dev-libs/pegtl/pegtl-2.0_pre1.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=6 @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="" RDEPEND="${DEPEND}" diff --git a/dev-libs/pegtl/pegtl-2.1.4.ebuild b/dev-libs/pegtl/pegtl-2.1.4.ebuild index ebadbdeda819..e597fab28ed1 100644 --- a/dev-libs/pegtl/pegtl-2.1.4.ebuild +++ b/dev-libs/pegtl/pegtl-2.1.4.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=6 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="" RDEPEND="${DEPEND}" |