summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/repoman/test_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/repoman/test_simple.py')
-rw-r--r--pym/portage/tests/repoman/test_simple.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py
index 639ec31ea..f29a177f0 100644
--- a/pym/portage/tests/repoman/test_simple.py
+++ b/pym/portage/tests/repoman/test_simple.py
@@ -79,7 +79,7 @@ class SimpleRepomanTestCase(TestCase):
)
profile = {
- "eapi": ("5_pre2",),
+ "eapi": ("5",),
"package.use.stable.mask": ("dev-libs/A flag",)
}
@@ -87,7 +87,7 @@ class SimpleRepomanTestCase(TestCase):
"dev-libs/A-0": {
"COPYRIGHT_HEADER" : copyright_header,
"DESCRIPTION" : "Desc goes here",
- "EAPI" : "5_pre2",
+ "EAPI" : "5",
"HOMEPAGE" : "http://example.com",
"IUSE" : "flag",
"KEYWORDS": "x86",