aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-12-21 16:33:50 -0800
committerZac Medico <zmedico@gentoo.org>2019-12-21 16:34:28 -0800
commitff057e1002529be8b349fd7a1a3179141a7fda0e (patch)
tree7dc76107f69962f3160610d62b8f3cfa79c29e64 /lib
parenttestVirtualCmakeBootstrapUseConditional: split out virtual/cmake (diff)
downloadportage-ff057e1002529be8b349fd7a1a3179141a7fda0e.tar.gz
portage-ff057e1002529be8b349fd7a1a3179141a7fda0e.tar.bz2
portage-ff057e1002529be8b349fd7a1a3179141a7fda0e.zip
testVirtualCmakeBootstrapUseConditional: use RDEPEND for virtual/cmake
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/portage/tests/resolver/test_circular_choices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/portage/tests/resolver/test_circular_choices.py b/lib/portage/tests/resolver/test_circular_choices.py
index ef9e88eac..d963280b7 100644
--- a/lib/portage/tests/resolver/test_circular_choices.py
+++ b/lib/portage/tests/resolver/test_circular_choices.py
@@ -63,7 +63,7 @@ class CircularJsoncppCmakeBootstrapTestCase(TestCase):
'virtual/cmake-0': {
'EAPI': '7',
'IUSE': '+bootstrap',
- 'BDEPEND': 'bootstrap? ( dev-util/cmake-bootstrap ) !bootstrap? ( dev-util/cmake )'
+ 'RDEPEND': 'bootstrap? ( dev-util/cmake-bootstrap ) !bootstrap? ( dev-util/cmake )'
},
}