diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-12-08 08:29:58 +0100 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-08 02:31:44 -0600 |
commit | 743fcc4ae4d99354a2c7974eb74555694da3d534 (patch) | |
tree | 6e49e3ee4c81493695455d60c508370ff6151bcf /app-admin | |
parent | sys-process/procps: Bump to version 3.3.16 (diff) | |
download | gentoo-743fcc4ae4d99354a2c7974eb74555694da3d534.tar.gz gentoo-743fcc4ae4d99354a2c7974eb74555694da3d534.tar.bz2 gentoo-743fcc4ae4d99354a2c7974eb74555694da3d534.zip |
app-admin/augeas: fix MissingTestRestrict
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-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 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 |