diff options
-rw-r--r-- | app-admin/augeas/augeas-1.11.0-r1.ebuild | 3 | ||||
-rw-r--r-- | app-admin/augeas/augeas-1.11.0.ebuild | 3 | ||||
-rw-r--r-- | 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 |