aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/repos/standalone/DeclarationShadowedCheck/VariableShadowed/VariableShadowed-0.ebuild')
-rw-r--r--testdata/repos/standalone/DeclarationShadowedCheck/VariableShadowed/VariableShadowed-0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/repos/standalone/DeclarationShadowedCheck/VariableShadowed/VariableShadowed-0.ebuild b/testdata/repos/standalone/DeclarationShadowedCheck/VariableShadowed/VariableShadowed-0.ebuild
index 11dd30ce..c39dad83 100644
--- a/testdata/repos/standalone/DeclarationShadowedCheck/VariableShadowed/VariableShadowed-0.ebuild
+++ b/testdata/repos/standalone/DeclarationShadowedCheck/VariableShadowed/VariableShadowed-0.ebuild
@@ -1,11 +1,11 @@
-HOMEPAGE="https://github.com/pkgcore/pkgcheck"
DESCRIPTION="ebuild with shadowed variables"
+HOMEPAGE="https://github.com/pkgcore/pkgcheck"
S=${WORKDIR}
VAL=
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
RESTRICT="!test? ( test )"
RDEPEND="dev-lang/ruby"