Skip to content

Commit

Permalink
app-admin/augeas: fix MissingTestRestrict
Browse files Browse the repository at this point in the history
Signed-off-by: Wim Muskee <[email protected]>
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
wimmuskee authored and prometheanfire committed Dec 8, 2019
1 parent a578695 commit 743fcc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app-admin/augeas/augeas-1.11.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion app-admin/augeas/augeas-1.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions app-admin/augeas/augeas-1.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 743fcc4

Please sign in to comment.