commit:     743fcc4ae4d99354a2c7974eb74555694da3d534
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Dec  8 07:29:58 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 08:31:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743fcc4a

app-admin/augeas: fix MissingTestRestrict

Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/augeas/augeas-1.11.0-r1.ebuild | 3 ++-
 app-admin/augeas/augeas-1.11.0.ebuild    | 3 ++-
 app-admin/augeas/augeas-1.12.0.ebuild    | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-admin/augeas/augeas-1.11.0-r1.ebuild 
b/app-admin/augeas/augeas-1.11.0-r1.ebuild
index 75dcd83cc45..c65ef253f0b 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 2c3ae1c6c1b..4712c7e3ec8 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 215eeb6342e..b8d173872da 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

Reply via email to