From: Wim Muskee Date: Sun, 8 Dec 2019 07:29:58 +0000 (+0100) Subject: app-admin/augeas: fix MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=743fcc4ae4d99354a2c7974eb74555694da3d534;p=gentoo.git app-admin/augeas: fix MissingTestRestrict Signed-off-by: Wim Muskee Signed-off-by: Matthew Thode --- diff --git a/app-admin/augeas/augeas-1.11.0-r1.ebuild b/app-admin/augeas/augeas-1.11.0-r1.ebuild index 75dcd83cc457..c65ef253f0bc 100644 --- a/app-admin/augeas/augeas-1.11.0-r1.ebuild +++ b/app-admin/augeas/augeas-1.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86" IUSE="static-libs test" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libxml2 diff --git a/app-admin/augeas/augeas-1.11.0.ebuild b/app-admin/augeas/augeas-1.11.0.ebuild index 2c3ae1c6c1bc..4712c7e3ec80 100644 --- a/app-admin/augeas/augeas-1.11.0.ebuild +++ b/app-admin/augeas/augeas-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86" IUSE="static-libs test" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libxml2 diff --git a/app-admin/augeas/augeas-1.12.0.ebuild b/app-admin/augeas/augeas-1.12.0.ebuild index 215eeb6342e1..b8d173872da7 100644 --- a/app-admin/augeas/augeas-1.12.0.ebuild +++ b/app-admin/augeas/augeas-1.12.0.ebuild @@ -13,6 +13,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="static-libs test" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libxml2